Aspose::Font::Renderers::GlyphRendererBase::RenderIndependentGlyphPath yöntemi
İçindekiler
[
Saklamak
]GlyphRendererBase::RenderIndependentGlyphPath method
Bağımsız glif yolu kullanarak glifi renderler. RenderGlyph() fonksiyon ailesi, renderleme sırasında glif yolunu değiştirir. Bu da aynı glifin tekrar yüklenmesi gerekliliğine yol açar. Bu fonksiyon, glif yolunun bir kopyasını kullanır ve orijinal glif yolunu değiştirmez, böylece aynı glif birden çok kez yeniden kullanılabilir. Bu fonksiyonun bu sürümü, glif önbelleğiyle kullanılmak üzere tasarlanmıştır.
void Aspose::Font::Renderers::GlyphRendererBase::RenderIndependentGlyphPath(System::SharedPtr<IFont> font, System::SharedPtr<Glyphs::GlyphId> glyphId, System::SharedPtr<Glyphs::Glyph> glyph, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix) override
| Parametre | Tür | Açıklama |
|---|---|---|
| font | System::SharedPtr<IFont> | Glifi içeren font. |
| glyphId | System::SharedPtr<Glyphs::GlyphId> | Fiziksel glif indeksi Font içinde. Not: bu bir unicode değildir. |
| 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 GlyphRendererBase
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++