Skip to main content

Struct GlyphInfo

Namespace: HarfBuzzSharp
Assembly: VelloSharp.HarfBuzzSharp.dll

public struct GlyphInfo

Inherited Members

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

Constructors

GlyphInfo(uint, uint, GlyphFlags)

public GlyphInfo(uint codepoint, uint cluster, GlyphFlags flags = (GlyphFlags)0)

Parameters

codepoint uint

cluster uint

flags GlyphFlags

Properties

Cluster

public uint Cluster { readonly get; set; }

Property Value

uint

Codepoint

public uint Codepoint { readonly get; set; }

Property Value

uint

Flags

public GlyphFlags Flags { readonly get; set; }

Property Value

GlyphFlags

GlyphFlags

public GlyphFlags GlyphFlags { get; }

Property Value

GlyphFlags

Mask

public uint Mask { readonly get; set; }

Property Value

uint

Var1

public int Var1 { readonly get; set; }

Property Value

int

Var2

public int Var2 { readonly get; set; }

Property Value

int