Aspose::Font::Type1::Type1MetricFont::GetGlyphById 方法
Type1MetricFont::GetGlyphById(System::SharedPtr<Glyphs::GlyphId>) method
根据字形 ID 返回字形。不支持 Type1MetricFont 类型。
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1MetricFont::GetGlyphById(System::SharedPtr<Glyphs::GlyphId> id) override
| 参数 | 类型 | 描述 |
|---|---|---|
| 标识符 | System::SharedPtr<Glyphs::GlyphId> | 字形标识符。 |
ReturnValue
Glyph。
另见
- Typedef SharedPtr
- Class Glyph
- Class GlyphId
- Class Type1MetricFont
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++
Type1MetricFont::GetGlyphById(System::String) method
根据字形 ID 返回字形。不支持 Type1MetricFont 类型。
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1MetricFont::GetGlyphById(System::String id) override
| 参数 | 类型 | 描述 |
|---|---|---|
| 标识符 | System::String | 字形标识符。 |
ReturnValue
Glyph。
另见
- Typedef SharedPtr
- Class Glyph
- Class String
- Class Type1MetricFont
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++