تحرير

مشاركة عبر


GlyphInfo Struct

Definition

Represents a glyph and its relation to the input text.

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

Properties

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

Equals(GlyphInfo)
Equals(Object)
GetHashCode()

Operators

Equality(GlyphInfo, GlyphInfo)
Inequality(GlyphInfo, GlyphInfo)

Applies to