IGlyphAccessor
IGlyphAccessor interface
定义检索指定字形标识符和字形的功能。
public interface IGlyphAccessor
特性
姓名 | 描述 |
---|---|
GlyphIdType { get; } | 字形 id 类型规范。 |
方法
姓名 | 描述 |
---|---|
GetAllGlyphIds() | 返回所有字形 id,在 Font 中可用。 字形 id 是字形的唯一编号,取决于字体类型。 例如: Type1 的 id 是字形名称,实例为 (GlyphStringId ) class. TTF 的 id 是一个 int 索引,实例为 (GlyphUInt32Id 类. |
GetGlyphById(GlyphId) | 按字形 id 返回字形。 字形 id 是字形的唯一编号,取决于字体类型。 GlyphId - 派生对象。 例如: Type1的id是一个字形名称,实例为(GlyphStringId ) class. TTF 的 id 是一个 int 索引,实例为 (GlyphUInt32Id 类. |
GetGlyphsForText(string) | 获取文本的字形表示。 |
也可以看看
- 命名空间 Aspose.Font.Glyphs
- 部件 Aspose.Font