'Declaration
Public Function GetWidths() As Short()
'Usage
Dim instance As ImGearPDEFont
Dim value() As Short
value = instance.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.