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 int Height { readonly get; set; }

Property Value

int

Width

public int Width { readonly get; set; }

Property Value

int

XBearing

public int XBearing { readonly get; set; }

Property Value

int

YBearing

public int YBearing { readonly get; set; }

Property Value

int