Class GlyphStringId
GlyphStringId class
Represents string glyph id.
public class GlyphStringId : GlyphId
Constructors
| Name | Description |
|---|
| GlyphStringId(string) | Initializes new GlyphStringId object. |
Properties
| Name | Description |
|---|
| static NotDefId { get; } | Gets not default value. |
| Value { get; set; } | Gets or sets string value. |
Methods
| Name | Description |
|---|
| override Equals(object) | Returns true if string IDs are equal. |
| override GetHashCode() | GetHashCode implementation. |
| override ToGlyphStringId() | Cast GlyphId to GlyphStringId |
| virtual ToGlyphUInt32Id() | Virtual cast to GlyphUInt32Id. GlyphUInt32Id overrides to return instance. |
| override ToString() | Returns string value the glyph id. |
See Also