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