GetGlyphById
IGlyphAccessor.GetGlyphById method
按字形 id 返回字形。 字形 id 是字形的唯一编号,取决于字体类型。 GlyphId - 派生对象。 例如: Type1的id是一个字形名称,实例为(GlyphStringId
) class. TTF 的 id 是一个 int 索引,实例为 (GlyphUInt32Id
类.
public Glyph GetGlyphById(GlyphId id)
范围 | 类型 | 描述 |
---|---|---|
id | GlyphId | 字形标识。 |
返回值
字形
也可以看看
- class Glyph
- class GlyphId
- interface IGlyphAccessor
- 命名空间 Aspose.Font.Glyphs
- 部件 Aspose.Font