ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEFont Class / GetWidths Method




In This Topic
    GetWidths Method (ImGearPDEFont)
    In This Topic
    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