Aspose::Font::Glyphs::GlyphId class

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

MethodDescription
virtual CompareTo(System::SharedPtr<GlyphId>)
Equals(System::SharedPtr<System::Object>) overrideReturns true if two glyph ids are not equal.
virtual GetHashCode() constReturns 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() constReturns string representation the glyph id.

See Also