[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.CffTable.TryGetGID

TryGetGID Method

TryGetGID(string, out ushort)

Tries to get glyph index (GID) by glyph name.

Declaration
public bool TryGetGID(string glyphName, out ushort gid)
Public Function TryGetGID(glyphName As String, ByRef gid As UShort) As Boolean
Parameters
Type Name Description
string glyphName
ushort gid
Returns
Type Description
bool

TryGetGID(ushort, out ushort)

Tries to get glyph index (GID) by glyph name represented by SID.

Declaration
public bool TryGetGID(ushort sid, out ushort gid)
Public Function TryGetGID(sid As UShort, ByRef gid As UShort) As Boolean
Parameters
Type Name Description
ushort sid
ushort gid
Returns
Type Description
bool