Gets the glyph entry at the specified index.
Namespace:
Rewired.Glyphs
Assembly:
Rewired_Glyphs (in Rewired_Glyphs.dll) Version: 0.0.0.0
Syntaxpublic abstract GlyphSetEntryBase GetEntry(
int index
)
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
GlyphSetEntryBaseThe glyph entry at the specified index.
See Also