GlyphRendererBase.RenderGlyph
Contents
[
Hide
]RenderGlyph(IFont, uint)
Renders glyph.
public void RenderGlyph(IFont font, uint glyphIndex)
Parameter | Type | Description |
---|---|---|
font | IFont | The Font that contains the glyph. |
glyphIndex | UInt32 | Physical glyph index inside Font. Note that this is not a unicode. |
See Also
- interface IFont
- class GlyphRendererBase
- namespace Aspose.Font.Renderers
- assembly Aspose.Font
RenderGlyph(IFont, uint, TransformationMatrix)
Renders glyph.
public void RenderGlyph(IFont font, uint glyphIndex, TransformationMatrix glyphPlacementMatrix)
Parameter | Type | Description |
---|---|---|
font | IFont | The Font that contains the glyph. |
glyphIndex | UInt32 | Physical glyph index inside Font. Note that this is not a unicode. |
glyphPlacementMatrix | TransformationMatrix | Matrix that is applied to glyph coordinates. |
See Also
- interface IFont
- class TransformationMatrix
- class GlyphRendererBase
- namespace Aspose.Font.Renderers
- assembly Aspose.Font
RenderGlyph(IFont, GlyphId)
Renders glyph.
public void RenderGlyph(IFont font, GlyphId glyphId)
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. |
See Also
- interface IFont
- class GlyphId
- class GlyphRendererBase
- namespace Aspose.Font.Renderers
- assembly Aspose.Font
RenderGlyph(IFont, GlyphId, TransformationMatrix)
Renders glyph.
public void RenderGlyph(IFont font, GlyphId glyphId, 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. |
glyphPlacementMatrix | TransformationMatrix | Matrix that is applied to glyph coordinates. |
See Also
- interface IFont
- class GlyphId
- class TransformationMatrix
- class GlyphRendererBase
- namespace Aspose.Font.Renderers
- assembly Aspose.Font
RenderGlyph(IFont, GlyphId, Glyph, TransformationMatrix)
Renders glyph, an objective of this overloaded version - to be used with cache for glyphs.
public void RenderGlyph(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
- class GlyphRendererBase
- namespace Aspose.Font.Renderers
- assembly Aspose.Font