OpenTypeMathGlyphVariant 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 math glyph variant used in mathematical typesetting.
public struct OpenTypeMathGlyphVariant : IEquatable<HarfBuzzSharp.OpenTypeMathGlyphVariant>
- Inheritance
-
OpenTypeMathGlyphVariant
- Implements
Properties
| Name | Description |
|---|---|
| Advance |
Gets or sets the advance measurement of the variant glyph. |
| Glyph |
Gets or sets the glyph index of the variant. |
Methods
| Name | Description |
|---|---|
| Equals(Object) |
Determines whether the specified object is equal to this instance. |
| Equals(OpenTypeMathGlyphVariant) |
Determines whether the specified OpenTypeMathGlyphVariant is equal to this instance. |
| GetHashCode() |
Returns the hash code for this instance. |
Operators
| Name | Description |
|---|---|
| Equality(OpenTypeMathGlyphVariant, OpenTypeMathGlyphVariant) |
Determines whether two specified OpenTypeMathGlyphVariant objects are equal. |
| Inequality(OpenTypeMathGlyphVariant, OpenTypeMathGlyphVariant) |
Determines whether two specified OpenTypeMathGlyphVariant objects are not equal. |