Aspose::Font::Ttf::TtfFont::GetGlyphsForText 方法
TtfFont::GetGlyphsForText method
获取文本的字形表示。
System::ArrayPtr<System::SharedPtr<Glyphs::GlyphId>> Aspose::Font::Ttf::TtfFont::GetGlyphsForText(System::String text) override
| 参数 | 类型 | 描述 |
|---|---|---|
| 文本 | System::String | 输入文本。 |
ReturnValue
GlyphId 数组。
另见
- Typedef ArrayPtr
- Typedef SharedPtr
- Class GlyphId
- Class String
- Class TtfFont
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++