Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph method
Contents
[
Hide
]IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Aspose::Font::Glyphs::GlyphId>) method
Renders glyph.
virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Aspose::Font::Glyphs::GlyphId> glyphId)=0
Parameter | Type | Description |
---|---|---|
font | System::SharedPtr<IFont> | The font that contains the glyph. |
glyphId | System::SharedPtr<Aspose::Font::Glyphs::GlyphId> | Physical glyph index inside font. Note that this is not a unicode. |
See Also
- Typedef SharedPtr
- Class IFont
- Class GlyphId
- Class IGlyphRenderer
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++
IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Aspose::Font::Glyphs::GlyphId>, System::SharedPtr<Aspose::Font::Glyphs::Glyph>, System::SharedPtr<TransformationMatrix>) method
Renders glyph, an objective of this overloaded version - to be used with cache for glyphs.
virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Aspose::Font::Glyphs::GlyphId> glyphId, System::SharedPtr<Aspose::Font::Glyphs::Glyph> glyph, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix)=0
Parameter | Type | Description |
---|---|---|
font | System::SharedPtr<IFont> | The font that contains the glyph. |
glyphId | System::SharedPtr<Aspose::Font::Glyphs::GlyphId> | Physical glyph index inside font. Note that this is not a unicode. |
glyph | System::SharedPtr<Aspose::Font::Glyphs::Glyph> | Glyph to render. |
glyphPlacementMatrix | System::SharedPtr<TransformationMatrix> | Matrix that is applied to glyph coordinates. |
See Also
- Typedef SharedPtr
- Class IFont
- Class GlyphId
- Class Glyph
- Class TransformationMatrix
- Class IGlyphRenderer
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++
IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Aspose::Font::Glyphs::GlyphId>, System::SharedPtr<TransformationMatrix>) method
Renders glyph.
virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Aspose::Font::Glyphs::GlyphId> glyphId, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix)=0
Parameter | Type | Description |
---|---|---|
font | System::SharedPtr<IFont> | The font that contains the glyph. |
glyphId | System::SharedPtr<Aspose::Font::Glyphs::GlyphId> | Physical glyph index inside font. Note that this is not a unicode. |
glyphPlacementMatrix | System::SharedPtr<TransformationMatrix> | Matrix that is applied to glyph coordinates. |
See Also
- Typedef SharedPtr
- Class IFont
- Class GlyphId
- Class TransformationMatrix
- Class IGlyphRenderer
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++
IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont>, uint32_t) method
Renders glyph.
virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex)=0
Parameter | Type | Description |
---|---|---|
font | System::SharedPtr<IFont> | The font that contains the glyph. |
glyphIndex | uint32_t | Physical glyph index inside font. Note that this is not a unicode. |
See Also
- Typedef SharedPtr
- Class IFont
- Class IGlyphRenderer
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++
IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont>, uint32_t, System::SharedPtr<TransformationMatrix>) method
Renders glyph.
virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix)=0
Parameter | Type | Description |
---|---|---|
font | System::SharedPtr<IFont> | The font that contains the glyph. |
glyphIndex | uint32_t | Physical glyph index inside font. Note that this is not a unicode. |
glyphPlacementMatrix | System::SharedPtr<TransformationMatrix> | Matrix that is applied to glyph coordinates. |
See Also
- Typedef SharedPtr
- Class IFont
- Class TransformationMatrix
- Class IGlyphRenderer
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++