Edit

Share via


UnicodeFunctions Class

Definition

public class UnicodeFunctions : HarfBuzzSharp.NativeObject
Inheritance
UnicodeFunctions

Constructors

UnicodeFunctions(UnicodeFunctions)

Properties

Default
Empty
Handle

Gets or sets the handle to the underlying native object.

(Inherited from NativeObject)
IsImmutable
Parent

Methods

Dispose()

Releases all resources used by this NativeObject.

(Inherited from NativeObject)
Dispose(Boolean)
DisposeHandler()

Releases the unmanaged resources used.

GetCombiningClass(Int32)
GetCombiningClass(UInt32)
GetGeneralCategory(Int32)
GetGeneralCategory(UInt32)
GetMirroring(Int32)
GetMirroring(UInt32)
GetScript(Int32)
GetScript(UInt32)
MakeImmutable()
SetCombiningClassDelegate(CombiningClassDelegate, ReleaseDelegate)
SetComposeDelegate(ComposeDelegate, ReleaseDelegate)
SetDecomposeDelegate(DecomposeDelegate, ReleaseDelegate)
SetGeneralCategoryDelegate(GeneralCategoryDelegate, ReleaseDelegate)
SetMirroringDelegate(MirroringDelegate, ReleaseDelegate)
SetScriptDelegate(ScriptDelegate, ReleaseDelegate)
TryCompose(Int32, Int32, Int32)
TryCompose(UInt32, UInt32, UInt32)
TryDecompose(Int32, Int32, Int32)
TryDecompose(UInt32, UInt32, UInt32)

Applies to