Aspose::Font::Cff::CffFont::GetGlyphById طريقة
محتويات
[
يخفي
]CffFont::GetGlyphById(System::SharedPtr<Glyphs::GlyphId>) method
يُرجِع الحرف بناءً على معرف الحرف. معرف الحرف هو رقم فريد للحرف، يعتمد على نوع الخط. يمكن أن يكون معرف حرف CFF Font مثالاً على الفئة (GlyphStringId) أو الفئة (GlyphUInt32Id).
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Cff::CffFont::GetGlyphById(System::SharedPtr<Glyphs::GlyphId> id) override
| معامل | نوع | الوصف |
|---|---|---|
| المعرّف | System::SharedPtr<Glyphs::GlyphId> | معرّف الشكل. |
ReturnValue
الحرف.
انظر أيضًا
- Typedef SharedPtr
- Class Glyph
- Class GlyphId
- Class CffFont
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++
CffFont::GetGlyphById(System::String) method
تُرجع الحرف بحسب اسم الحرف.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Cff::CffFont::GetGlyphById(System::String glyphName)
| معامل | نوع | الوصف |
|---|---|---|
| glyphName | System::String | اسم الشكل. |
ReturnValue
الحرف.
انظر أيضًا
- Typedef SharedPtr
- Class Glyph
- Class String
- Class CffFont
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++
CffFont::GetGlyphById(uint32_t) method
يرجع الرمز بناءً على معرف الرمز.
System::SharedPtr<Glyphs::Glyph> Aspose::Font::Cff::CffFont::GetGlyphById(uint32_t id)
| معامل | نوع | الوصف |
|---|---|---|
| المعرّف | uint32_t | معرّف الشكل. |
ReturnValue
الحرف.
انظر أيضًا
- Typedef SharedPtr
- Class Glyph
- Class CffFont
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++