Aspose::Font::TtfTables::TtfPostTable::GetGlyphIndex method
TtfPostTable::GetGlyphIndex method
Gets glyph index by glyph name.
uint32_t Aspose::Font::TtfTables::TtfPostTable::GetGlyphIndex(System::String glyphName)
Parameter | Type | Description |
---|---|---|
glyphName | System::String | Glyph name. |
ReturnValue
Glyph index. When no PostScript name information is provided for the glyphs in this font file, returns the index 0, which is the undefined glyph or “.notdef” glyph
See Also
- Class String
- Class TtfPostTable
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++