Variation 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.
Represents a font variation axis setting for variable fonts.
public struct Variation : IEquatable<HarfBuzzSharp.Variation>
- Inheritance
-
Variation
- Implements
Properties
| Name | Description |
|---|---|
| Tag |
Gets or sets the variation axis tag. |
| Value |
Gets or sets the variation axis value. |
Methods
| Name | Description |
|---|---|
| Equals(Object) |
Determines whether the specified object is equal to this instance. |
| Equals(Variation) |
Determines whether the specified Variation is equal to this instance. |
| GetHashCode() |
Returns the hash code for this instance. |
Operators
| Name | Description |
|---|---|
| Equality(Variation, Variation) |
Determines whether two specified Variation objects are equal. |
| Inequality(Variation, Variation) |
Determines whether two specified Variation objects are not equal. |