Aspose::Font::TtfTables::TtfPostTable::GetGlyphIndex méthode

TtfPostTable::GetGlyphIndex method

Obtient l’index du glyphe par son nom.

uint32_t Aspose::Font::TtfTables::TtfPostTable::GetGlyphIndex(System::String glyphName)
ParamètreTypeDescription
glyphNameSystem::StringNom du glyphe.

ReturnValue

Index du glyphe. Lorsqu’aucune information de nom PostScript n’est fournie pour les glyphes dans ce fichier de police, renvoie l’index 0, qui correspond au glyphe non défini ou au glyphe “.notdef”.

Voir aussi