Aspose::Font::Glyphs::GlyphStringId 类

GlyphStringId class

表示字符串字形 ID。

class GlyphStringId : public Aspose::Font::Glyphs::GlyphId

方法

方法描述
CompareTo(System::SharedPtr<GlyphId>) override
Equals(System::SharedPtr<System::Object>) override如果字符串 ID 相等,则返回 true。
static get_NotDefId()获取非默认值。
get_Value() const获取字符串值。
GetHashCode() const overrideGetHashCode 实现。
GlyphStringId(System::String)初始化新的 GlyphStringId 对象。
set_Value(System::String)设置字符串值。
ToGlyphStringId() overrideGlyphId 强制转换为 GlyphStringId
ToString() const override返回字形 ID 的字符串值。

另见