Tag Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public struct Tag : IEquatable<HarfBuzzSharp.Tag>
- Inheritance
-
Tag
- Implements
Constructors
| Tag(Char, Char, Char, Char) |
Fields
| Max | |
| MaxSigned | |
| None |
Methods
| Equals(Object) | |
| Equals(Tag) | |
| GetHashCode() | |
| Parse(String) |
Parses the ISO 15924 tag into the corresponding Tag. |
| ToString() |
Returns a string representation of the value of this instance of the Tag. |
Operators
| Implicit(Tag to UInt32) | |
| Implicit(UInt32 to Tag) |