ImageGear .NET - Updated October 2, 2018
GetWidths Method (ImGearPDFSysFont)




ImageGear24.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)

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