cohtml.Net.UserFontDescription.KerningPairInfo

Struct representing kerning info between chars.

Inherits from SystemIDisposable

Public Functions

Name
virtual voidDispose()
KerningPairInfo()

Public Properties

Name
uintFirstCharCode
UTF32 char code of the first char.
uintSecondCharCode
UTF32 char code of the second char.
floatAmount
The amount of kerning in pixels according to the Size of the font.

Protected Attributes

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual void Dispose()

function KerningPairInfo

KerningPairInfo()

Public Property Documentation

property FirstCharCode

uint FirstCharCode;

UTF32 char code of the first char.

property SecondCharCode

uint SecondCharCode;

UTF32 char code of the second char.

property Amount

float Amount;

The amount of kerning in pixels according to the Size of the font.

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;