méthode Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph

GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Glyphs::GlyphId>) method

Rend le glyphe.

void Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Glyphs::GlyphId> glyphId) override
ParamètreTypeDescription
fontSystem::SharedPtr<IFont>Le Font qui contient le glyphe.
glyphIdSystem::SharedPtr<Glyphs::GlyphId>Indice physique du glyphe à l’intérieur du Font. Notez que ce n’est pas un unicode.

Voir aussi

GlyphRendererBase::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.

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
ParamètreTypeDescription
policeSystem::SharedPtr<IFont>La police qui contient le glyphe.
glyphIdSystem::SharedPtr<Glyphs::GlyphId>Indice physique du glyphe à l’intérieur du Font. 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

GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont>, System::SharedPtr<Glyphs::GlyphId>, System::SharedPtr<TransformationMatrix>) method

Rend le glyphe.

void Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Glyphs::GlyphId> glyphId, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix) override
ParamètreTypeDescription
fontSystem::SharedPtr<IFont>Le Font qui contient le glyphe.
glyphIdSystem::SharedPtr<Glyphs::GlyphId>Indice physique du glyphe à l’intérieur du Font. Notez que ce n’est pas un unicode.
glyphPlacementMatrixSystem::SharedPtr<TransformationMatrix>Matrice appliquée aux coordonnées du glyphe.

Voir aussi

GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont>, uint32_t) method

Rend le glyphe.

void Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex) override
ParamètreTypeDescription
fontSystem::SharedPtr<IFont>Le Font qui contient le glyphe.
glyphIndexuint32_tIndice physique du glyphe à l’intérieur du Font. Notez que ce n’est pas un unicode.

Voir aussi

GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont>, uint32_t, System::SharedPtr<TransformationMatrix>) method

Rend le glyphe.

void Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix) override
ParamètreTypeDescription
fontSystem::SharedPtr<IFont>Le Font qui contient le glyphe.
glyphIndexuint32_tIndice physique du glyphe à l’intérieur du Font. Notez que ce n’est pas un unicode.
glyphPlacementMatrixSystem::SharedPtr<TransformationMatrix>Matrice appliquée aux coordonnées du glyphe.

Voir aussi