GlyphPosition 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 the position of a glyph, relative to the current point.
public struct GlyphPosition
public struct GlyphPosition : IEquatable<HarfBuzzSharp.GlyphPosition>
- Inheritance
-
GlyphPosition
- Implements
Properties
| XAdvance |
Gets or sets how much the line advances after drawing this glyph when setting text in horizontal direction. |
| XOffset |
Gets or sets how much the glyph moves horizontally before drawing it. |
| YAdvance |
Gets or sets how much the line advances after drawing this glyph when setting text in vertical direction. |
| YOffset |
Gets or sets how much the glyph moves horizontally before drawing it. |
Methods
| Equals(GlyphPosition) | |
| Equals(Object) | |
| GetHashCode() |
Operators
| Equality(GlyphPosition, GlyphPosition) | |
| Inequality(GlyphPosition, GlyphPosition) |