Editar

OpenTypeMathGlyphVariant Struct

Definition

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.

Applies to