Méthode Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph

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ètreTypeDescription
policeSystem::SharedPtr<IFont>La police qui contient le glyphe.
idGlyphSystem::SharedPtr<Glyphs::GlyphId>Indice de glyphe physique dans la police. Notez que ce n’est pas un Unicode.

Voir aussi

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ètreTypeDescription
policeSystem::SharedPtr<IFont>La police qui contient le glyphe.
idGlyphSystem::SharedPtr<Glyphs::GlyphId>Indice de glyphe physique dans la police. Notez que ce n’est pas un Unicode.
glypheSystem::SharedPtr<Glyphs::Glyph>Glyphe à rendre.
glyphPlacementMatrixSystem::SharedPtr<TransformationMatrix>Matrice appliquée aux coordonnées du glyphe.

Voir aussi

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ètreTypeDescription
policeSystem::SharedPtr<IFont>La police qui contient le glyphe.
idGlyphSystem::SharedPtr<Glyphs::GlyphId>Indice de glyphe physique dans la police. Notez que ce n’est pas un Unicode.
glyphPlacementMatrixSystem::SharedPtr<TransformationMatrix>Matrice appliquée aux coordonnées du glyphe.

Voir aussi

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ètreTypeDescription
policeSystem::SharedPtr<IFont>La police qui contient le glyphe.
glyphIndexuint32_tIndice de glyphe physique dans la police. Notez que ce n’est pas un Unicode.

Voir aussi

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ètreTypeDescription
policeSystem::SharedPtr<IFont>La police qui contient le glyphe.
glyphIndexuint32_tIndice de glyphe physique dans la police. Notez que ce n’est pas un Unicode.
glyphPlacementMatrixSystem::SharedPtr<TransformationMatrix>Matrice appliquée aux coordonnées du glyphe.

Voir aussi