IGlyphRenderer.RenderIndependentGlyphPath
IGlyphRenderer.RenderIndependentGlyphPath method
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.
public void RenderIndependentGlyphPath(IFont font, GlyphId glyphId, Glyph glyph,
TransformationMatrix glyphPlacementMatrix)
Parameter | Type | Description |
---|---|---|
font | IFont | The font that contains the glyph. |
glyphId | GlyphId | Physical glyph index inside font. Note that this is not a unicode. |
glyph | Glyph | Glyph to render. |
glyphPlacementMatrix | TransformationMatrix | Matrix that is applied to glyph coordinates. |
See Also
- interface IFont
- class GlyphId
- class Glyph
- class TransformationMatrix
- interface IGlyphRenderer
- namespace Aspose.Font.Renderers
- assembly Aspose.Font