Edit

Share via


FontFunctions Class

Definition

public class FontFunctions : HarfBuzzSharp.NativeObject
Inheritance
FontFunctions

Constructors

FontFunctions()

Properties

Empty
Handle

Gets or sets the handle to the underlying native object.

(Inherited from NativeObject)
IsImmutable

Methods

Dispose()

Releases all resources used by this NativeObject.

(Inherited from NativeObject)
Dispose(Boolean)
DisposeHandler()
MakeImmutable()
SetGlyphContourPointDelegate(GlyphContourPointDelegate, ReleaseDelegate)
SetGlyphExtentsDelegate(GlyphExtentsDelegate, ReleaseDelegate)
SetGlyphFromNameDelegate(GlyphFromNameDelegate, ReleaseDelegate)
SetGlyphNameDelegate(GlyphNameDelegate, ReleaseDelegate)
SetHorizontalFontExtentsDelegate(FontExtentsDelegate, ReleaseDelegate)
SetHorizontalGlyphAdvanceDelegate(GlyphAdvanceDelegate, ReleaseDelegate)
SetHorizontalGlyphAdvancesDelegate(GlyphAdvancesDelegate, ReleaseDelegate)
SetHorizontalGlyphKerningDelegate(GlyphKerningDelegate, ReleaseDelegate)
SetHorizontalGlyphOriginDelegate(GlyphOriginDelegate, ReleaseDelegate)
SetNominalGlyphDelegate(NominalGlyphDelegate, ReleaseDelegate)
SetNominalGlyphsDelegate(NominalGlyphsDelegate, ReleaseDelegate)
SetVariationGlyphDelegate(VariationGlyphDelegate, ReleaseDelegate)
SetVerticalFontExtentsDelegate(FontExtentsDelegate, ReleaseDelegate)
SetVerticalGlyphAdvanceDelegate(GlyphAdvanceDelegate, ReleaseDelegate)
SetVerticalGlyphAdvancesDelegate(GlyphAdvancesDelegate, ReleaseDelegate)
SetVerticalGlyphOriginDelegate(GlyphOriginDelegate, ReleaseDelegate)

Applies to