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

In This Topic
    GetCharForGlyph Method (FontSubSet)
    In This Topic
    Gets the char for the glyph index.
    Syntax
    'Declaration
     
    Public Function GetCharForGlyph( _
       ByVal glyphIndex As Integer _
    ) As Char
    public char GetCharForGlyph( 
       int glyphIndex
    )

    Parameters

    glyphIndex
    The glyph index.

    Return Value

    Returns character for glyph index.
    See Also