Aspose::Font::Glyphs::GlyphUInt32Id class
GlyphUInt32Id class
Represents integer glyph id.
class GlyphUInt32Id : public Aspose::Font::Glyphs::GlyphId
Methods
Method | Description |
---|---|
CompareTo(System::SharedPtr<GlyphId>) override | |
Equals(System::SharedPtr<System::Object>) override | Returns true if Ids are equal. |
static get_NotDefId() | Gets not default value. |
get_Value() const | Gets int value of the ID. |
GetHashCode() const override | GetHashCode implementation. |
GlyphUInt32Id(uint32_t) | Initializes new GlyphUInt32Id object. |
set_Value(uint32_t) | Sets int value of the ID. |
ToGlyphUInt32Id() override | Cast GlyphId to GlyphUInt32Id. |
ToString() const override | Gets or sets string representation of the integer value. |
See Also
- Class GlyphId
- Namespace Aspose::Font::Glyphs
- Library Aspose.Font for C++