Skip to main content

Struct GlyphExtents

Namespace: HarfBuzzSharp
Assembly: VelloSharp.HarfBuzzSharp.dll

public struct GlyphExtents

Inherited Members

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

Properties

Height

public float Height { readonly get; set; }

Property Value

float

Width

public float Width { readonly get; set; }

Property Value

float

XBearing

public float XBearing { readonly get; set; }

Property Value

float

YBearing

public float YBearing { readonly get; set; }

Property Value

float