Aspose::Font::Renderers::IGlyphRenderer class

IGlyphRenderer class

Interface used to render glyphs.

class IGlyphRenderer : public virtual System::Object

Methods

MethodDescription
virtual RenderGlyph(System::SharedPtr<IFont>, uint32_t)Renders glyph.
virtual RenderGlyph(System::SharedPtr<IFont>, uint32_t, System::SharedPtr<TransformationMatrix>)Renders glyph.
virtual RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Aspose::Font::Glyphs::GlyphId>)Renders glyph.
virtual RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Aspose::Font::Glyphs::GlyphId>, System::SharedPtr<TransformationMatrix>)Renders glyph.
virtual RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Aspose::Font::Glyphs::GlyphId>, System::SharedPtr<Aspose::Font::Glyphs::Glyph>, System::SharedPtr<TransformationMatrix>)Renders glyph, an objective of this overloaded version - to be used with cache for glyphs.
virtual RenderIndependentGlyphPath(System::SharedPtr<IFont>, System::SharedPtr<Aspose::Font::Glyphs::GlyphId>, System::SharedPtr<Aspose::Font::Glyphs::Glyph>, System::SharedPtr<TransformationMatrix>)Renders glyph using independent glyph path. RenderGlyph() function family changes glyph path on rendering. It then leads to necessity reload this glyph again. This function uses copy of glyph path and doesn’t changes original glyph path, so the same glyph could be reused multiple times. This version of function is intended for use with cache of glyphs.

See Also