Aspose::Font::Glyphs::GlyphStringId class
GlyphStringId class
Represents string glyph id.
class GlyphStringId : public Aspose::Font::Glyphs::GlyphId
Methods
Method | Description |
---|---|
CompareTo(System::SharedPtr<GlyphId>) override | |
Equals(System::SharedPtr<System::Object>) override | Returns true if string IDs are equal. |
static get_NotDefId() | Gets not default value. |
get_Value() const | Gets string value. |
GetHashCode() const override | GetHashCode implementation. |
GlyphStringId(System::String) | Initializes new GlyphStringId object. |
set_Value(System::String) | Sets string value. |
ToGlyphStringId() override | Cast GlyphId to GlyphStringId. |
ToString() const override | Returns string value the glyph id. |
See Also
- Class GlyphId
- Namespace Aspose::Font::Glyphs
- Library Aspose.Font for C++