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