Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph 方法

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

渲染字形。

virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, System::SharedPtr<Glyphs::GlyphId> glyphId)=0
参数类型描述
字体System::SharedPtr<IFont>包含该字形的字体。
glyphIdSystem::SharedPtr<Glyphs::GlyphId>字体内部的物理字形索引。 请注意,这不是 Unicode。

另见

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

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

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

另见

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

渲染字形。

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

另见

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

渲染字形。

virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex)=0
参数类型描述
字体System::SharedPtr<IFont>包含该字形的字体。
glyphIndexuint32_t字体内部的物理字形索引。 请注意,这不是 Unicode。

另见

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

渲染字形。

virtual void Aspose::Font::Renderers::IGlyphRenderer::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex, System::SharedPtr<TransformationMatrix> glyphPlacementMatrix)=0
参数类型描述
字体System::SharedPtr<IFont>包含该字形的字体。
glyphIndexuint32_t字体内部的物理字形索引。 请注意,这不是 Unicode。
glyphPlacementMatrixSystem::SharedPtr<TransformationMatrix>应用于字形坐标的矩阵。

另见