Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
CastleOutlineFontData
type TOutlineCharInfo = record
MoveX: Single;
MoveY: Single;
Height: Single;
PolygonsCount: Cardinal;
ItemsCount: Cardinal;
How many polygons are defined inside TOutlineChar.Items. That is, how many items with Kind = pkNewPolygon are there. Note: it can be equal to 0 (for characters such as space).
Number of Items inside a TOutlineChar.Items.