[]
Tries to get glyph index (GID) by glyph name.
public bool TryGetGID(string glyphName, out ushort gid)
| Type | Name | Description |
|---|---|---|
| string | glyphName | |
| ushort | gid |
| Type | Description |
|---|---|
| bool |
Tries to get glyph index (GID) by glyph name represented by SID.
public bool TryGetGID(ushort sid, out ushort gid)
| Type | Name | Description |
|---|---|---|
| ushort | sid | |
| ushort | gid |
| Type | Description |
|---|---|
| bool |