ImageGear .NET v25.0 - Updated
GetWidths Method (ImGearPDFSysFont)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFSysFont Class : GetWidths Method
Multiple master font design vector.
Gets the widths of a single byte encoded system font.
Syntax
'Declaration
 
Public Function GetWidths( _
   ByVal designVector() As Integer _
) As Short()
'Usage
 
Dim instance As ImGearPDFSysFont
Dim designVector() As Integer
Dim value() As Short
 
value = instance.GetWidths(designVector)
public short[] GetWidths( 
   int[] designVector
)
public: short[]* GetWidths( 
   int[]* designVector
) 
public:
array<short>^ GetWidths( 
   array<int>^ designVector
) 

Parameters

designVector
Multiple master font design vector.

Return Value

ImageGear integer array of the widths of a single byte encoded system font.
See Also

Reference

ImGearPDFSysFont Class
ImGearPDFSysFont Members
ImGearPDFAtom Class
ImGearPDEFontAttrs Class
ImGearPDEFontInfo Class