InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util Namespace / RawFontSubSet Class / GetGlyphWidth Method
The glyph index.

In This Topic
    GetGlyphWidth Method (RawFontSubSet)
    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