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 数组。

另见