طريقة Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph

IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Glyphs::GlyphId>) method

يرسم الرمز.

virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Glyphs::GlyphId> glyphId)=0
معاملنوعالوصف
fontSystem::SharedPtr<IFont>الخط الذي يحتوي على الحرف.
glyphIdSystem::SharedPtr<Glyphs::GlyphId>فهرس الحرف الفعلي داخل الخط. لاحظ أن هذا ليس يونيكود.

انظر أيضًا

IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Glyphs::GlyphId>, System::SharedPtr<Glyphs::Glyph>, System::SharedPtr<TransformationMatrix>) method

يرسم الرمز، وهو هدف هذه النسخة المحملة الزائدة - لاستخدامها مع ذاكرة التخزين المؤقت للرموز.

virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Glyphs::GlyphId> glyphId, System::SharedPtr<Glyphs::Glyph> glyph, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix)=0
معاملنوعالوصف
fontSystem::SharedPtr<IFont>الخط الذي يحتوي على الحرف.
glyphIdSystem::SharedPtr<Glyphs::GlyphId>فهرس الحرف الفعلي داخل الخط. لاحظ أن هذا ليس يونيكود.
glyphSystem::SharedPtr<Glyphs::Glyph>الحرف لتصييره.
glyphPlacementMatrixSystem::SharedPtr<TransformationMatrix>المصفوفة التي تُطبق على إحداثيات الحرف.

انظر أيضًا

IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Glyphs::GlyphId>, System::SharedPtr<TransformationMatrix>) method

يرسم الرمز.

virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Glyphs::GlyphId> glyphId, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix)=0
معاملنوعالوصف
fontSystem::SharedPtr<IFont>الخط الذي يحتوي على الحرف.
glyphIdSystem::SharedPtr<Glyphs::GlyphId>فهرس الحرف الفعلي داخل الخط. لاحظ أن هذا ليس يونيكود.
glyphPlacementMatrixSystem::SharedPtr<TransformationMatrix>المصفوفة التي تُطبق على إحداثيات الحرف.

انظر أيضًا

IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont>, uint32_t) method

يرسم الرمز.

virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex)=0
معاملنوعالوصف
fontSystem::SharedPtr<IFont>الخط الذي يحتوي على الحرف.
glyphIndexuint32_tفهرس الحرف الفعلي داخل الخط. لاحظ أن هذا ليس يونيكود.

انظر أيضًا

IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont>, uint32_t, System::SharedPtr<TransformationMatrix>) method

يرسم الرمز.

virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix)=0
معاملنوعالوصف
fontSystem::SharedPtr<IFont>الخط الذي يحتوي على الحرف.
glyphIndexuint32_tفهرس الحرف الفعلي داخل الخط. لاحظ أن هذا ليس يونيكود.
glyphPlacementMatrixSystem::SharedPtr<TransformationMatrix>المصفوفة التي تُطبق على إحداثيات الحرف.

انظر أيضًا