RenderGlyph
内容
[
隐藏
]RenderGlyph(IFont, uint)
渲染字形。
public void RenderGlyph(IFont font, uint glyphIndex)
范围 | 类型 | 描述 |
---|---|---|
font | IFont | 包含字形的字体。 |
glyphIndex | UInt32 | 字体内的物理字形索引。请注意,这不是 unicode。 |
也可以看看
- interface IFont
- interface IGlyphRenderer
- 命名空间 Aspose.Font.Renderers
- 部件 Aspose.Font
RenderGlyph(IFont, uint, TransformationMatrix)
渲染字形。
public void RenderGlyph(IFont font, uint glyphIndex, TransformationMatrix glyphPlacementMatrix)
范围 | 类型 | 描述 |
---|---|---|
font | IFont | 包含字形的字体。 |
glyphIndex | UInt32 | 字体内的物理字形索引。请注意,这不是 unicode。 |
glyphPlacementMatrix | TransformationMatrix | 应用于字形坐标的矩阵。 |
也可以看看
- interface IFont
- class TransformationMatrix
- interface IGlyphRenderer
- 命名空间 Aspose.Font.Renderers
- 部件 Aspose.Font
RenderGlyph(IFont, GlyphId)
渲染字形。
public void RenderGlyph(IFont font, GlyphId glyphId)
范围 | 类型 | 描述 |
---|---|---|
font | IFont | 包含字形的字体。 |
glyphId | GlyphId | 字体内的物理字形索引。请注意,这不是 unicode。 |
也可以看看
- interface IFont
- class GlyphId
- interface IGlyphRenderer
- 命名空间 Aspose.Font.Renderers
- 部件 Aspose.Font
RenderGlyph(IFont, GlyphId, TransformationMatrix)
渲染字形。
public void RenderGlyph(IFont font, GlyphId glyphId, TransformationMatrix glyphPlacementMatrix)
范围 | 类型 | 描述 |
---|---|---|
font | IFont | 包含字形的字体。 |
glyphId | GlyphId | 字体内的物理字形索引。请注意,这不是 unicode。 |
glyphPlacementMatrix | TransformationMatrix | 应用于字形坐标的矩阵。 |
也可以看看
- interface IFont
- class GlyphId
- class TransformationMatrix
- interface IGlyphRenderer
- 命名空间 Aspose.Font.Renderers
- 部件 Aspose.Font
RenderGlyph(IFont, GlyphId, Glyph, TransformationMatrix)
渲染字形,这是这个重载版本的一个目标 - 与字形缓存一起使用。
public void RenderGlyph(IFont font, GlyphId glyphId, Glyph glyph,
TransformationMatrix glyphPlacementMatrix)
范围 | 类型 | 描述 |
---|---|---|
font | IFont | 包含字形的字体。 |
glyphId | GlyphId | 字体内的物理字形索引。请注意,这不是 unicode。 |
glyph | Glyph | 要渲染的字形。 |
glyphPlacementMatrix | TransformationMatrix | 应用于字形坐标的矩阵。 |
也可以看看
- interface IFont
- class GlyphId
- class Glyph
- class TransformationMatrix
- interface IGlyphRenderer
- 命名空间 Aspose.Font.Renderers
- 部件 Aspose.Font