InputPanel for WinForms | ComponentOne
C1.Win.5 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 Integer _
    ) As Integer
    public int GetGlyphWidth( 
       int glyphIndex
    )

    Parameters

    glyphIndex
    The glyph index.

    Return Value

    Gets width of the glyph index.
    See Also