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
Width
public float Width { readonly get; set; }
Property Value
XBearing
public float XBearing { readonly get; set; }
Property Value
YBearing
public float YBearing { readonly get; set; }