GlyphId
GlyphId class
表示字形id,在Font中可用。 字形id是字形的唯一编号,取决于字体类型。 例如: type1的id是字形名称,实例为(GlyphStringId
) class. TTF 的 id 是一个 int 索引,实例为 (GlyphUInt32Id
类.
public abstract class GlyphId
方法
姓名 | 描述 |
---|---|
override Equals(object) | 如果两个字形 id 不相等,则返回 true。 |
abstract GetHashCode() | 返回对象的哈希码。 |
virtual ToGlyphStringId() | 虚拟转换为 GlyphUInt32Id。 GlyphUInt32Id 覆盖以返回 instance. |
virtual ToGlyphUInt32Id() | 虚拟转换为 GlyphUInt32Id。 GlyphUInt32Id 覆盖以返回 instance. |
abstract ToString() | 返回字形 id 的字符串表示形式。 |
operator == | 如果两个字形 id 相等则返回 true。 |
operator != | 如果两个字形 id 不相等,则返回 true。 |
也可以看看
- 命名空间 Aspose.Font.Glyphs
- 部件 Aspose.Font