Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / CffTable Class / GetGid Method

In This Topic
    GetGid Method
    In This Topic
    Gets the glyph index for specified character code.
    Syntax
    'Declaration
     
    Public Function GetGid( _
       ByVal charCode As System.Byte _
    ) As System.UShort
    public System.ushort GetGid( 
       System.byte charCode
    )

    Parameters

    charCode
    See Also