Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph method

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

Renders glyph.

virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Aspose::Font::Glyphs::GlyphId> glyphId)=0
ParameterTypeDescription
fontSystem::SharedPtr<IFont>The font that contains the glyph.
glyphIdSystem::SharedPtr<Aspose::Font::Glyphs::GlyphId>Physical glyph index inside font. Note that this is not a unicode.

See Also

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

Renders glyph, an objective of this overloaded version - to be used with cache for glyphs.

virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Aspose::Font::Glyphs::GlyphId> glyphId, System::SharedPtr<Aspose::Font::Glyphs::Glyph> glyph, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix)=0
ParameterTypeDescription
fontSystem::SharedPtr<IFont>The font that contains the glyph.
glyphIdSystem::SharedPtr<Aspose::Font::Glyphs::GlyphId>Physical glyph index inside font. Note that this is not a unicode.
glyphSystem::SharedPtr<Aspose::Font::Glyphs::Glyph>Glyph to render.
glyphPlacementMatrixSystem::SharedPtr<TransformationMatrix>Matrix that is applied to glyph coordinates.

See Also

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

Renders glyph.

virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Aspose::Font::Glyphs::GlyphId> glyphId, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix)=0
ParameterTypeDescription
fontSystem::SharedPtr<IFont>The font that contains the glyph.
glyphIdSystem::SharedPtr<Aspose::Font::Glyphs::GlyphId>Physical glyph index inside font. Note that this is not a unicode.
glyphPlacementMatrixSystem::SharedPtr<TransformationMatrix>Matrix that is applied to glyph coordinates.

See Also

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

Renders glyph.

virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex)=0
ParameterTypeDescription
fontSystem::SharedPtr<IFont>The font that contains the glyph.
glyphIndexuint32_tPhysical glyph index inside font. Note that this is not a unicode.

See Also

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

Renders glyph.

virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix)=0
ParameterTypeDescription
fontSystem::SharedPtr<IFont>The font that contains the glyph.
glyphIndexuint32_tPhysical glyph index inside font. Note that this is not a unicode.
glyphPlacementMatrixSystem::SharedPtr<TransformationMatrix>Matrix that is applied to glyph coordinates.

See Also