GetGlyphById
内容
[
隐藏
]GetGlyphById(GlyphId)
按字形 ID 返回字形。 字形 ID 是字形的唯一编号,取决于字体类型。 TTF 字体字形 ID 可以是 (GlyphStringId
) 类或 (GlyphUInt32Id
) class. 通过 Post 表映射支持 TTF 字体的名称(字符串)字形寻址。 在 CFF 字体内部的情况下,CFF 结构用于按名称寻址字形。
public override Glyph GetGlyphById(GlyphId id)
范围 | 类型 | 描述 |
---|---|---|
id | GlyphId | 字形标识。 |
返回值
字形。
也可以看看
- class Glyph
- class GlyphId
- class TtfFont
- 命名空间 Aspose.Font.Ttf
- 部件 Aspose.Font
GetGlyphById(string)
按字形名称返回字形。 名称(字符串)通过 Post 表映射支持 TTF 字体的字形寻址。 如果内部有 CFF 字体,则使用 CFF 结构按名称寻址字形。
public Glyph GetGlyphById(string glyphName)
范围 | 类型 | 描述 |
---|---|---|
glyphName | String | 字形字符串标识符。 |
返回值
字形。
也可以看看
- class Glyph
- class TtfFont
- 命名空间 Aspose.Font.Ttf
- 部件 Aspose.Font
GetGlyphById(uint)
按字形 id 返回字形。
public Glyph GetGlyphById(uint id)
范围 | 类型 | 描述 |
---|---|---|
id | UInt32 | 字形索引。 |
返回值
字形。
也可以看看
- class Glyph
- class TtfFont
- 命名空间 Aspose.Font.Ttf
- 部件 Aspose.Font