类 GlyphStringId

GlyphStringId class

表示字符串字形 ID。

public class GlyphStringId : GlyphId

构造函数

名称描述
GlyphStringId(string)初始化新的 GlyphStringId 对象。

属性

名称描述
static NotDefId { get; }获取非默认值。
Value { get; set; }获取或设置字符串值。

方法

名称描述
override Equals(object)如果字符串 ID 相等则返回 true。
override GetHashCode()GetHashCode 实现。
override ToGlyphStringId()将 GlyphId 强制转换为 GlyphStringId
virtual ToGlyphUInt32Id()虚拟强制转换为 GlyphUInt32Id。GlyphUInt32Id 重写以返回实例。
override ToString()返回字形 ID 的字符串值。

另见