Skip to content
SiteEmail

cohtml.Net.UserFontDescription.KerningPairInfo

Struct representing kerning info between chars.

Inherits from SystemIDisposable

Name
virtual voidDispose()
KerningPairInfo()
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.
Name
boolswigCMemOwn
virtual void Dispose()
KerningPairInfo()
uint FirstCharCode;

UTF32 char code of the first char.

uint SecondCharCode;

UTF32 char code of the second char.

float Amount;

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

bool swigCMemOwn;