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




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFont Class : GetWidths Method
Gets widths array.
Syntax
'Declaration
 
Public Function GetWidths() As Short()
'Usage
 
Dim instance As ImGearPDEFont
Dim value() As Short
 
value = instance.GetWidths()
public short[] GetWidths()
public: short[]* GetWidths(); 
public:
array<short>^ GetWidths(); 

Return Value

Widths array.
Remarks
The widths are returned in character space (1000 EM units). An EM is a typographic unit of measurement equal to the size of a font. To convert to text space, divide the value returned by 1000. To convert to user space, multiply the text space value by the font size.
See Also

Reference

ImGearPDEFont Class
ImGearPDEFont Members