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

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

    Parameters

    sid
    gid
    See Also