Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / CffTable Class / TryGetGID Method / TryGetGID(String,UInt16) Method

In This Topic
    TryGetGID(String,UInt16) Method
    In This Topic
    Tries to get glyph index (GID) by glyph name.
    Syntax
    'Declaration
     
    Public Overloads Function TryGetGID( _
       ByVal glyphName As System.String, _
       ByRef gid As System.UShort _
    ) As System.Boolean
    public System.bool TryGetGID( 
       System.string glyphName,
       out System.ushort gid
    )

    Parameters

    glyphName
    gid
    See Also