Méthode Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph
Contenu
[
Cacher
]IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Glyphs::GlyphId>) method
Rend le glyphe.
virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Glyphs::GlyphId> glyphId)=0
| Paramètre | Type | Description |
|---|---|---|
| police | System::SharedPtr<IFont> | La police qui contient le glyphe. |
| idGlyph | System::SharedPtr<Glyphs::GlyphId> | Indice de glyphe physique dans la police. Notez que ce n’est pas un Unicode. |
Voir aussi
- Typedef SharedPtr
- Class IFont
- Class GlyphId
- Class IGlyphRenderer
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++
IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Glyphs::GlyphId>, System::SharedPtr<Glyphs::Glyph>, System::SharedPtr<TransformationMatrix>) method
Rend le glyphe, un objectif de cette version surchargée - à utiliser avec le cache des glyphes.
virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Glyphs::GlyphId> glyphId, System::SharedPtr<Glyphs::Glyph> glyph, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix)=0
| Paramètre | Type | Description |
|---|---|---|
| police | System::SharedPtr<IFont> | La police qui contient le glyphe. |
| idGlyph | System::SharedPtr<Glyphs::GlyphId> | Indice de glyphe physique dans la police. Notez que ce n’est pas un Unicode. |
| glyphe | System::SharedPtr<Glyphs::Glyph> | Glyphe à rendre. |
| glyphPlacementMatrix | System::SharedPtr<TransformationMatrix> | Matrice appliquée aux coordonnées du glyphe. |
Voir aussi
- 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<Glyphs::GlyphId>, System::SharedPtr<TransformationMatrix>) method
Rend le glyphe.
virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Glyphs::GlyphId> glyphId, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix)=0
| Paramètre | Type | Description |
|---|---|---|
| police | System::SharedPtr<IFont> | La police qui contient le glyphe. |
| idGlyph | System::SharedPtr<Glyphs::GlyphId> | Indice de glyphe physique dans la police. Notez que ce n’est pas un Unicode. |
| glyphPlacementMatrix | System::SharedPtr<TransformationMatrix> | Matrice appliquée aux coordonnées du glyphe. |
Voir aussi
- 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
Rend le glyphe.
virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex)=0
| Paramètre | Type | Description |
|---|---|---|
| police | System::SharedPtr<IFont> | La police qui contient le glyphe. |
| glyphIndex | uint32_t | Indice de glyphe physique dans la police. Notez que ce n’est pas un Unicode. |
Voir aussi
- 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
Rend le glyphe.
virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix)=0
| Paramètre | Type | Description |
|---|---|---|
| police | System::SharedPtr<IFont> | La police qui contient le glyphe. |
| glyphIndex | uint32_t | Indice de glyphe physique dans la police. Notez que ce n’est pas un Unicode. |
| glyphPlacementMatrix | System::SharedPtr<TransformationMatrix> | Matrice appliquée aux coordonnées du glyphe. |
Voir aussi
- Typedef SharedPtr
- Class IFont
- Class TransformationMatrix
- Class IGlyphRenderer
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++