Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph 方法

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

渲染字形。

void Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Glyphs::GlyphId> glyphId) override
参数类型描述
fontSystem::SharedPtr<IFont>包含该字形的 Font
glyphIdSystem::SharedPtr<Glyphs::GlyphId>Font 中的物理字形索引。请注意,这不是 Unicode。

另见

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

渲染字形,此重载版本的目标是用于字形缓存。

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
参数类型描述
字体System::SharedPtr<IFont>包含该字形的字体。
glyphIdSystem::SharedPtr<Glyphs::GlyphId>Font 中的物理字形索引。请注意,这不是 Unicode。
字形System::SharedPtr<Glyphs::Glyph>要渲染的字形。
glyphPlacementMatrixSystem::SharedPtr<TransformationMatrix>应用于字形坐标的矩阵。

另见

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

渲染字形。

void Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Glyphs::GlyphId> glyphId, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix) override
参数类型描述
fontSystem::SharedPtr<IFont>包含该字形的 Font
glyphIdSystem::SharedPtr<Glyphs::GlyphId>Font 中的物理字形索引。请注意,这不是 Unicode。
glyphPlacementMatrixSystem::SharedPtr<TransformationMatrix>应用于字形坐标的矩阵。

另见

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

渲染字形。

void Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex) override
参数类型描述
fontSystem::SharedPtr<IFont>包含该字形的 Font
glyphIndexuint32_tFont 中的物理字形索引。请注意,这不是 Unicode。

另见

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

渲染字形。

void Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix) override
参数类型描述
fontSystem::SharedPtr<IFont>包含该字形的 Font
glyphIndexuint32_tFont 中的物理字形索引。请注意,这不是 Unicode。
glyphPlacementMatrixSystem::SharedPtr<TransformationMatrix>应用于字形坐标的矩阵。

另见