ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util Namespace / FontSubSet Class / GetGlyphWidth Method
The glyph index.

In This Topic
    GetGlyphWidth Method (FontSubSet)
    In This Topic
    Gets width of the glyph index from font data.
    Syntax
    'Declaration
     
    Public Function GetGlyphWidth( _
       ByVal glyphIndex As System.Integer _
    ) As System.Integer
    public System.int GetGlyphWidth( 
       System.int glyphIndex
    )

    Parameters

    glyphIndex
    The glyph index.

    Return Value

    Gets width of the glyph index.
    See Also