Edit

Share via


GlyphInfo Struct

Definition

Represents a glyph and its relation to the input text.

public struct GlyphInfo : IEquatable<HarfBuzzSharp.GlyphInfo>
Inheritance
GlyphInfo
Implements

Properties

Name Description
Cluster

Gets or sets the index of the character in the original text.

Codepoint

Gets or sets the Unicode code point (or the glyph index after shaping).

GlyphFlags

Gets the GlyphFlags for this instance.

Mask

Gets or sets the glyph mask.

Methods

Name Description
Equals(GlyphInfo)

Determines whether the specified GlyphInfo is equal to this instance.

Equals(Object)

Determines whether the specified object is equal to this instance.

GetHashCode()

Returns the hash code for this instance.

Operators

Name Description
Equality(GlyphInfo, GlyphInfo)

Determines whether two specified GlyphInfo objects are equal.

Inequality(GlyphInfo, GlyphInfo)

Determines whether two specified GlyphInfo objects are not equal.

Applies to