Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontTables Class / MapChar Method

In This Topic
    MapChar Method
    In This Topic
    Returns the glyph index for the specified Unicode character.

    Depends on 'cmap' table.

    Syntax
    'Declaration
     
    Public Function MapChar( _
       ByVal unicodeChar As System.Integer _
    ) As System.UShort
    public System.ushort MapChar( 
       System.int unicodeChar
    )

    Parameters

    unicodeChar
    See Also