Skip to main content

Struct GlyphPosition

Namespace: HarfBuzzSharp
Assembly: VelloSharp.HarfBuzzSharp.dll

public struct GlyphPosition

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

GlyphPosition(float, float, float, float)

public GlyphPosition(float xAdvance, float yAdvance, float xOffset, float yOffset)

Parameters

xAdvance float

yAdvance float

xOffset float

yOffset float

Properties

XAdvance

public float XAdvance { readonly get; set; }

Property Value

float

XOffset

public float XOffset { readonly get; set; }

Property Value

float

YAdvance

public float YAdvance { readonly get; set; }

Property Value

float

YOffset

public float YOffset { readonly get; set; }

Property Value

float