Aspose::Font::Glyphs::GlyphUInt32Id 类
GlyphUInt32Id class
表示整数字形 ID。
class GlyphUInt32Id : public Aspose::Font::Glyphs::GlyphId
方法
| 方法 | 描述 |
|---|---|
| CompareTo(System::SharedPtr<GlyphId>) override | |
| Equals(System::SharedPtr<System::Object>) override | 如果 Id 相等则返回 true。 |
| static get_NotDefId() | 获取非默认值。 |
| get_Value() const | 获取 ID 的整数值。 |
| GetHashCode() const override | GetHashCode 实现。 |
| GlyphUInt32Id(uint32_t) | 初始化新的 GlyphUInt32Id 对象。 |
| set_Value(uint32_t) | 设置 ID 的整数值。 |
| ToGlyphUInt32Id() override | 将 GlyphId 强制转换为 GlyphUInt32Id。 |
| ToString() const override | 获取或设置整数值的字符串表示形式。 |
另见
- Class GlyphId
- Namespace Aspose::Font::Glyphs
- Library Aspose.Font for C++