Aspose::Font::Glyphs::GlyphStringId class

GlyphStringId class

Represents string glyph id.

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

Methods

MethodDescription
CompareTo(System::SharedPtr<GlyphId>) override
Equals(System::SharedPtr<System::Object>) overrideReturns true if string IDs are equal.
static get_NotDefId()Gets not default value.
get_Value() constGets string value.
GetHashCode() const overrideGetHashCode implementation.
GlyphStringId(System::String)Initializes new GlyphStringId object.
set_Value(System::String)Sets string value.
ToGlyphStringId() overrideCast GlyphId to GlyphStringId.
ToString() const overrideReturns string value the glyph id.

See Also