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
GlyphPosition(int, int, int, int)
public GlyphPosition(int xAdvance, int yAdvance, int xOffset, int yOffset)
Parameters
xAdvance int
yAdvance int
xOffset int
yOffset int
GlyphPosition(int, int, int, int, int)
public GlyphPosition(int xAdvance, int yAdvance, int xOffset, int yOffset, int var)
Parameters
xAdvance int
yAdvance int
xOffset int
yOffset int
var int
Properties
Var
public int Var { readonly get; set; }
Property Value
XAdvance
public int XAdvance { readonly get; set; }
Property Value
XOffset
public int XOffset { readonly get; set; }
Property Value
YAdvance
public int YAdvance { readonly get; set; }
Property Value
YOffset
public int YOffset { readonly get; set; }