Aspose::Font::Renderers::GlyphRendererBase class

GlyphRendererBase class

Represents base class for glyph renderers.

class GlyphRendererBase : public Aspose::Font::Renderers::IGlyphRenderer

Methods

MethodDescription
RenderGlyph(System::SharedPtr<IFont>, uint32_t) overrideRenders glyph.
RenderGlyph(System::SharedPtr<IFont>, uint32_t, System::SharedPtr<TransformationMatrix>) overrideRenders glyph.
RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Aspose::Font::Glyphs::GlyphId>) overrideRenders glyph.
RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Aspose::Font::Glyphs::GlyphId>, System::SharedPtr<TransformationMatrix>) overrideRenders glyph.
RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Aspose::Font::Glyphs::GlyphId>, System::SharedPtr<Aspose::Font::Glyphs::Glyph>, System::SharedPtr<TransformationMatrix>) overrideRenders glyph, an objective of this overloaded version - to be used with cache for glyphs.
RenderIndependentGlyphPath(System::SharedPtr<IFont>, System::SharedPtr<Aspose::Font::Glyphs::GlyphId>, System::SharedPtr<Aspose::Font::Glyphs::Glyph>, System::SharedPtr<TransformationMatrix>) overrideRenders 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