Edit

Share via


GlyphPosition Struct

Definition

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)

Applies to