Aspose::Font::Type1::Type1MetricFont::GetGlyphById طريقة
Type1MetricFont::GetGlyphById(System::SharedPtr<Glyphs::GlyphId>) method
يرجع الحرف حسب معرف الحرف. غير مدعوم لنوع Type1MetricFont.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1MetricFont::GetGlyphById(System::SharedPtr<Glyphs::GlyphId> id) override
| معامل | نوع | الوصف |
|---|---|---|
| المعرّف | System::SharedPtr<Glyphs::GlyphId> | معرف الحرف. |
ReturnValue
الحرف.
انظر أيضًا
- Typedef SharedPtr
- Class Glyph
- Class GlyphId
- Class Type1MetricFont
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++
Type1MetricFont::GetGlyphById(System::String) method
يرجع الحرف حسب معرف الحرف. غير مدعوم لنوع Type1MetricFont.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1MetricFont::GetGlyphById(System::String id) override
| معامل | نوع | الوصف |
|---|---|---|
| المعرّف | System::String | معرف الحرف. |
ReturnValue
الحرف.
انظر أيضًا
- Typedef SharedPtr
- Class Glyph
- Class String
- Class Type1MetricFont
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++