Aspose::Font::Renderers::GlyphRendererBase class
Contents
[
Hide
]GlyphRendererBase class
Represents base class for glyph renderers.
class GlyphRendererBase : public Aspose::Font::Renderers::IGlyphRenderer
Methods
Method | Description |
---|---|
RenderGlyph(System::SharedPtr<IFont>, uint32_t) override | Renders glyph. |
RenderGlyph(System::SharedPtr<IFont>, uint32_t, System::SharedPtr<TransformationMatrix>) override | Renders glyph. |
RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Aspose::Font::Glyphs::GlyphId>) override | Renders glyph. |
RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Aspose::Font::Glyphs::GlyphId>, System::SharedPtr<TransformationMatrix>) override | Renders glyph. |
RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Aspose::Font::Glyphs::GlyphId>, System::SharedPtr<Aspose::Font::Glyphs::Glyph>, System::SharedPtr<TransformationMatrix>) override | Renders 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>) override | 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
- Class IGlyphRenderer
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++