ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFSysFont Class / GetWidths Method
Multiple master font design vector.




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