metodo Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph
Contenuti
[
Nascondere
]GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Glyphs::GlyphId>) method
Renderizza il glifo.
void Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Glyphs::GlyphId> glyphId) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| font | System::SharedPtr<IFont> | Il Font che contiene il glifo. |
| glyphId | System::SharedPtr<Glyphs::GlyphId> | Indice fisico del glifo all’interno del Font. Nota che questo non è un Unicode. |
Vedi anche
- Typedef SharedPtr
- Class IFont
- Class GlyphId
- Class GlyphRendererBase
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++
GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Glyphs::GlyphId>, System::SharedPtr<Glyphs::Glyph>, System::SharedPtr<TransformationMatrix>) method
Renderizza il glifo, un obiettivo di questa versione sovraccaricata - da utilizzare con la cache per i glifi.
void Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Glyphs::GlyphId> glyphId, System::SharedPtr<Glyphs::Glyph> glyph, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| font | System::SharedPtr<IFont> | Il font che contiene il glifo. |
| glyphId | System::SharedPtr<Glyphs::GlyphId> | Indice fisico del glifo all’interno del Font. Nota che questo non è un Unicode. |
| glifo | System::SharedPtr<Glyphs::Glyph> | Glifo da renderizzare. |
| glyphPlacementMatrix | System::SharedPtr<TransformationMatrix> | Matrice applicata alle coordinate del glifo. |
Vedi anche
- Typedef SharedPtr
- Class IFont
- Class GlyphId
- Class Glyph
- Class TransformationMatrix
- Class GlyphRendererBase
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++
GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Glyphs::GlyphId>, System::SharedPtr<TransformationMatrix>) method
Renderizza il glifo.
void Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Glyphs::GlyphId> glyphId, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| font | System::SharedPtr<IFont> | Il Font che contiene il glifo. |
| glyphId | System::SharedPtr<Glyphs::GlyphId> | Indice fisico del glifo all’interno del Font. Nota che questo non è un Unicode. |
| glyphPlacementMatrix | System::SharedPtr<TransformationMatrix> | Matrice applicata alle coordinate del glifo. |
Vedi anche
- Typedef SharedPtr
- Class IFont
- Class GlyphId
- Class TransformationMatrix
- Class GlyphRendererBase
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++
GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont>, uint32_t) method
Renderizza il glifo.
void Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| font | System::SharedPtr<IFont> | Il Font che contiene il glifo. |
| glyphIndex | uint32_t | Indice fisico del glifo all’interno del Font. Nota che questo non è un Unicode. |
Vedi anche
- Typedef SharedPtr
- Class IFont
- Class GlyphRendererBase
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++
GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont>, uint32_t, System::SharedPtr<TransformationMatrix>) method
Renderizza il glifo.
void Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| font | System::SharedPtr<IFont> | Il Font che contiene il glifo. |
| glyphIndex | uint32_t | Indice fisico del glifo all’interno del Font. Nota che questo non è un Unicode. |
| glyphPlacementMatrix | System::SharedPtr<TransformationMatrix> | Matrice applicata alle coordinate del glifo. |
Vedi anche
- Typedef SharedPtr
- Class IFont
- Class TransformationMatrix
- Class GlyphRendererBase
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++