Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph yöntemi

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

Glifi render eder.

virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Glyphs::GlyphId> glyphId)=0
ParametreTürAçıklama
fontSystem::SharedPtr<IFont>Glifi içeren font.
glyphIdSystem::SharedPtr<Glyphs::GlyphId>Yazı tipindeki fiziksel glif indeksi. Bunun bir Unicode olmadığını unutmayın.

Ayrıca Bakınız

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

Glifi render eder, bu aşırı yüklenmiş sürümün amacı - glif önbelleğiyle kullanılmak içindir.

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
ParametreTürAçıklama
fontSystem::SharedPtr<IFont>Glifi içeren font.
glyphIdSystem::SharedPtr<Glyphs::GlyphId>Yazı tipindeki fiziksel glif indeksi. Bunun bir Unicode olmadığını unutmayın.
glifSystem::SharedPtr<Glyphs::Glyph>Renderlenecek glif.
glyphPlacementMatrixSystem::SharedPtr<TransformationMatrix>Glif koordinatlarına uygulanan matris.

Ayrıca Bakınız

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

Glifi render eder.

virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Glyphs::GlyphId> glyphId, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix)=0
ParametreTürAçıklama
fontSystem::SharedPtr<IFont>Glifi içeren font.
glyphIdSystem::SharedPtr<Glyphs::GlyphId>Yazı tipindeki fiziksel glif indeksi. Bunun bir Unicode olmadığını unutmayın.
glyphPlacementMatrixSystem::SharedPtr<TransformationMatrix>Glif koordinatlarına uygulanan matris.

Ayrıca Bakınız

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

Glifi render eder.

virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex)=0
ParametreTürAçıklama
fontSystem::SharedPtr<IFont>Glifi içeren font.
glyphIndexuint32_tYazı tipindeki fiziksel glif indeksi. Bunun bir Unicode olmadığını unutmayın.

Ayrıca Bakınız

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

Glifi render eder.

virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix)=0
ParametreTürAçıklama
fontSystem::SharedPtr<IFont>Glifi içeren font.
glyphIndexuint32_tYazı tipindeki fiziksel glif indeksi. Bunun bir Unicode olmadığını unutmayın.
glyphPlacementMatrixSystem::SharedPtr<TransformationMatrix>Glif koordinatlarına uygulanan matris.

Ayrıca Bakınız