Aspose::Font::Ttf::TtfFont::GetGlyphsForText method
TtfFont::GetGlyphsForText method
Get glyphs representation for text.
System::ArrayPtr<System::SharedPtr<Aspose::Font::Glyphs::GlyphId>> Aspose::Font::Ttf::TtfFont::GetGlyphsForText(System::String text) override
Parameter | Type | Description |
---|---|---|
text | System::String | Input text. |
ReturnValue
GlyphId array.
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class GlyphId
- Class String
- Class TtfFont
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++