Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph yöntemi
İçindekiler
[
Saklamak
]IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Glyphs::GlyphId>) method
Glifi render eder.
virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Glyphs::GlyphId> glyphId)=0
| Parametre | Tür | Açıklama |
|---|---|---|
| font | System::SharedPtr<IFont> | Glifi içeren font. |
| glyphId | System::SharedPtr<Glyphs::GlyphId> | Yazı tipindeki fiziksel glif indeksi. Bunun bir Unicode olmadığını unutmayın. |
Ayrıca Bakınız
- 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
Glifi render eder, bu aşırı yüklenmiş sürümün amacı - glif önbelleğiyle kullanılmak içindir.
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
| Parametre | Tür | Açıklama |
|---|---|---|
| font | System::SharedPtr<IFont> | Glifi içeren font. |
| glyphId | System::SharedPtr<Glyphs::GlyphId> | Yazı tipindeki fiziksel glif indeksi. Bunun bir Unicode olmadığını unutmayın. |
| glif | System::SharedPtr<Glyphs::Glyph> | Renderlenecek glif. |
| glyphPlacementMatrix | System::SharedPtr<TransformationMatrix> | Glif koordinatlarına uygulanan matris. |
Ayrıca Bakınız
- 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
Glifi render eder.
virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Glyphs::GlyphId> glyphId, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix)=0
| Parametre | Tür | Açıklama |
|---|---|---|
| font | System::SharedPtr<IFont> | Glifi içeren font. |
| glyphId | System::SharedPtr<Glyphs::GlyphId> | Yazı tipindeki fiziksel glif indeksi. Bunun bir Unicode olmadığını unutmayın. |
| glyphPlacementMatrix | System::SharedPtr<TransformationMatrix> | Glif koordinatlarına uygulanan matris. |
Ayrıca Bakınız
- 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
Glifi render eder.
virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex)=0
| Parametre | Tür | Açıklama |
|---|---|---|
| font | System::SharedPtr<IFont> | Glifi içeren font. |
| glyphIndex | uint32_t | Yazı tipindeki fiziksel glif indeksi. Bunun bir Unicode olmadığını unutmayın. |
Ayrıca Bakınız
- 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
Glifi render eder.
virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix)=0
| Parametre | Tür | Açıklama |
|---|---|---|
| font | System::SharedPtr<IFont> | Glifi içeren font. |
| glyphIndex | uint32_t | Yazı tipindeki fiziksel glif indeksi. Bunun bir Unicode olmadığını unutmayın. |
| glyphPlacementMatrix | System::SharedPtr<TransformationMatrix> | Glif koordinatlarına uygulanan matris. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class IFont
- Class TransformationMatrix
- Class IGlyphRenderer
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++