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