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
| 参数 | 类型 | 描述 |
|---|---|---|
| font | System::SharedPtr<IFont> | 包含该字形的 Font。 |
| glyphId | System::SharedPtr<Glyphs::GlyphId> | 在 Font 中的物理字形索引。请注意,这不是 Unicode。 |
另见
- Typedef SharedPtr
- Class IFont
- Class GlyphId
- Class GlyphRendererBase
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++
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> | 包含该字形的字体。 |
| glyphId | System::SharedPtr<Glyphs::GlyphId> | 在 Font 中的物理字形索引。请注意,这不是 Unicode。 |
| 字形 | System::SharedPtr<Glyphs::Glyph> | 要渲染的字形。 |
| glyphPlacementMatrix | System::SharedPtr<TransformationMatrix> | 应用于字形坐标的矩阵。 |
另见
- Typedef SharedPtr
- Class IFont
- Class GlyphId
- Class Glyph
- Class TransformationMatrix
- Class GlyphRendererBase
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++
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
| 参数 | 类型 | 描述 |
|---|---|---|
| font | System::SharedPtr<IFont> | 包含该字形的 Font。 |
| glyphId | System::SharedPtr<Glyphs::GlyphId> | 在 Font 中的物理字形索引。请注意,这不是 Unicode。 |
| glyphPlacementMatrix | System::SharedPtr<TransformationMatrix> | 应用于字形坐标的矩阵。 |
另见
- Typedef SharedPtr
- Class IFont
- Class GlyphId
- Class TransformationMatrix
- Class GlyphRendererBase
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++
GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont>, uint32_t) method
渲染字形。
void Aspose::Font::Renderers::GlyphRendererBase::RenderGlyph(System::SharedPtr<IFont> font, uint32_t glyphIndex) override
| 参数 | 类型 | 描述 |
|---|---|---|
| font | System::SharedPtr<IFont> | 包含该字形的 Font。 |
| glyphIndex | uint32_t | 在 Font 中的物理字形索引。请注意,这不是 Unicode。 |
另见
- Typedef SharedPtr
- Class IFont
- Class GlyphRendererBase
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++
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
| 参数 | 类型 | 描述 |
|---|---|---|
| font | System::SharedPtr<IFont> | 包含该字形的 Font。 |
| glyphIndex | uint32_t | 在 Font 中的物理字形索引。请注意,这不是 Unicode。 |
| glyphPlacementMatrix | System::SharedPtr<TransformationMatrix> | 应用于字形坐标的矩阵。 |
另见
- Typedef SharedPtr
- Class IFont
- Class TransformationMatrix
- Class GlyphRendererBase
- Namespace Aspose::Font::Renderers
- Library Aspose.Font for C++