cohtml.Net.UserFontDescription.KerningPairInfo
Struct representing kerning info between chars.
Inherits from SystemIDisposable
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| virtual void | Dispose() |
| KerningPairInfo() |
Public Properties
Section titled “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
Section titled “Protected Attributes”| Name | |
|---|---|
| bool | swigCMemOwn |
Public Functions Documentation
Section titled “Public Functions Documentation”function Dispose
Section titled “function Dispose”virtual void Dispose()function KerningPairInfo
Section titled “function KerningPairInfo”KerningPairInfo()Public Property Documentation
Section titled “Public Property Documentation”property FirstCharCode
Section titled “property FirstCharCode”uint FirstCharCode;UTF32 char code of the first char.
property SecondCharCode
Section titled “property SecondCharCode”uint SecondCharCode;UTF32 char code of the second char.
property Amount
Section titled “property Amount”float Amount;The amount of kerning in pixels according to the Size of the font.
Protected Attributes Documentation
Section titled “Protected Attributes Documentation”variable swigCMemOwn
Section titled “variable swigCMemOwn”bool swigCMemOwn;© 2026 Coherent Labs. All rights reserved.