cohtml.Net.UserFontDescription.KerningPairInfo
Struct representing kerning info between chars.
Inherits from SystemIDisposable
Public Functions
Name | |
---|---|
virtual void | Dispose() |
KerningPairInfo() |
Public Properties
Name | |
---|---|
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. |
Protected Attributes
Name | |
---|---|
bool | swigCMemOwn |
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;