طريقة Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph
محتويات
[
يخفي
]GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Glyphs::GlyphId>) method
يرسم الرمز.
void Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Glyphs::GlyphId> glyphId) override
| معامل | نوع | الوصف |
|---|---|---|
| font | System::SharedPtr<IFont> | الـFont الذي يحتوي على الحرف. |
| glyphId | System::SharedPtr<Glyphs::GlyphId> | فهرس الحرف الفعلي داخل Font. لاحظ أن هذا ليس يونيكود. |
انظر أيضًا
- Typedef SharedPtr
- Class IFont
- Class GlyphId
- Class GlyphRendererBase
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++
GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Glyphs::GlyphId>, System::SharedPtr<Glyphs::Glyph>, System::SharedPtr<TransformationMatrix>) method
يرسم الرمز، وهو هدف هذه النسخة المحملة الزائدة - لاستخدامها مع ذاكرة التخزين المؤقت للرموز.
void Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Glyphs::GlyphId> glyphId, System::SharedPtr<Glyphs::Glyph> glyph, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix) override
| معامل | نوع | الوصف |
|---|---|---|
| font | System::SharedPtr<IFont> | الخط الذي يحتوي على الحرف. |
| glyphId | System::SharedPtr<Glyphs::GlyphId> | فهرس الحرف الفعلي داخل Font. لاحظ أن هذا ليس يونيكود. |
| glyph | System::SharedPtr<Glyphs::Glyph> | الحرف لتصييره. |
| glyphPlacementMatrix | System::SharedPtr<TransformationMatrix> | المصفوفة التي تُطبق على إحداثيات الحرف. |
انظر أيضًا
- Typedef SharedPtr
- Class IFont
- Class GlyphId
- Class Glyph
- Class TransformationMatrix
- Class GlyphRendererBase
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++
GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Glyphs::GlyphId>, System::SharedPtr<TransformationMatrix>) method
يرسم الرمز.
void Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Glyphs::GlyphId> glyphId, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix) override
| معامل | نوع | الوصف |
|---|---|---|
| font | System::SharedPtr<IFont> | الـFont الذي يحتوي على الحرف. |
| glyphId | System::SharedPtr<Glyphs::GlyphId> | فهرس الحرف الفعلي داخل Font. لاحظ أن هذا ليس يونيكود. |
| glyphPlacementMatrix | System::SharedPtr<TransformationMatrix> | المصفوفة التي تُطبق على إحداثيات الحرف. |
انظر أيضًا
- Typedef SharedPtr
- Class IFont
- Class GlyphId
- Class TransformationMatrix
- Class GlyphRendererBase
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++
GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont>, uint32_t) method
يرسم الرمز.
void Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex) override
| معامل | نوع | الوصف |
|---|---|---|
| font | System::SharedPtr<IFont> | الـFont الذي يحتوي على الحرف. |
| glyphIndex | uint32_t | فهرس الحرف الفعلي داخل Font. لاحظ أن هذا ليس يونيكود. |
انظر أيضًا
- Typedef SharedPtr
- Class IFont
- Class GlyphRendererBase
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++
GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont>, uint32_t, System::SharedPtr<TransformationMatrix>) method
يرسم الرمز.
void Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix) override
| معامل | نوع | الوصف |
|---|---|---|
| font | System::SharedPtr<IFont> | الـFont الذي يحتوي على الحرف. |
| glyphIndex | uint32_t | فهرس الحرف الفعلي داخل Font. لاحظ أن هذا ليس يونيكود. |
| glyphPlacementMatrix | System::SharedPtr<TransformationMatrix> | المصفوفة التي تُطبق على إحداثيات الحرف. |
انظر أيضًا
- Typedef SharedPtr
- Class IFont
- Class TransformationMatrix
- Class GlyphRendererBase
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++