Class TBitmapFont.TKernings

DescriptionHierarchyEnclosing ClassFieldsMethodsProperties

Unit

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

Public constructor Create;
Public destructor Destroy; override;
Public procedure Spec(const Code1, Code2: WideChar; const Shift: Integer); overload;
Public procedure Spec(const Code1, Code2: Integer; Shift: Integer); overload;

Properties

Public property Shift[constCode1,Code2:Integer]: Integer read GetShift;

Description

Methods

Public constructor Create;
 
Public destructor Destroy; override;
 
Public procedure Spec(const Code1, Code2: WideChar; const Shift: Integer); overload;

Specifies the spacing between two UFT-16 characters.

Public procedure Spec(const Code1, Code2: Integer; Shift: Integer); overload;

Specifies the spacing between two character codes specified by their Unicode number.

Properties

Public 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.