Aspose::Font::Glyphs::GlyphId class
Contents
[
Hide
]GlyphId class
Represents glyph ids, available in the Font. Glyph id is a unique number for a glyph, which is font type dependent. For example: Type1’s id is a glyph name, instance of (GlyphStringId) class. TTF’s id is an int index, instance of (GlyphUInt32Id) class.
class GlyphId : public System::Object
Methods
Method | Description |
---|---|
virtual CompareTo(System::SharedPtr<GlyphId>) | |
Equals(System::SharedPtr<System::Object>) override | Returns true if two glyph ids are not equal. |
virtual GetHashCode() const | Returns hashcode of object. |
virtual ToGlyphStringId() | Virtual cast to GlyphUInt32Id. GlyphUInt32Id overrides to return instance. |
virtual ToGlyphUInt32Id() | Virtual cast to GlyphUInt32Id. GlyphUInt32Id overrides to return instance. |
virtual ToString() const | Returns string representation the glyph id. |
See Also
- Class Object
- Namespace Aspose::Font::Glyphs
- Library Aspose.Font for C++