GlyphInfo 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 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) |