[]
        
(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)
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)
Parameters
Type Name Description
ushort sid
ushort gid
Returns
Type Description
bool