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
Returns
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
Returns