Class TBitmapFont.TKernings
Unit
PXL.Fonts
Declaration
type TKernings = class(TObject)
Description
Spacing information between each pair of individual letters to provide pixel-perfect text rendering.
Hierarchy
- TObject
- TBitmapFont.TKernings
Enclosing Class
Overview
Methods
 |
constructor Create; |
 |
destructor Destroy; override; |
 |
procedure Spec(const Code1, Code2: WideChar; const Shift: Integer); overload; |
 |
procedure Spec(const Code1, Code2: Integer; Shift: Integer); overload; |
Properties
 |
property Shift[constCode1,Code2:Integer]: Integer read GetShift; |
Description
Methods
 |
constructor Create; |
|
|
 |
destructor Destroy; override; |
|
|
 |
procedure Spec(const Code1, Code2: WideChar; const Shift: Integer); overload; |
|
Specifies the spacing between two UFT-16 characters.
|
 |
procedure Spec(const Code1, Code2: Integer; Shift: Integer); overload; |
|
Specifies the spacing between two character codes specified by their Unicode number.
|
Properties
 |
property Shift[constCode1,Code2:Integer]: Integer read GetShift; |
|
Returns the spacing between two character codes specified by their Unicode number. If no entry for that combination exists, zero (no change) is returned.
|
Copyright © 2000 - 2017 Yuriy Kotsarenko. Help files generated by PasDoc.
|