Unit RasterFontEditor |
Classes |
Functions |
Register -
Types |
PItem
TBitMapFont
TCharItem
TItem
TTextArray
Constants |
Variables |
Functions |
Types |
PItem = ^TItem
TBitMapFont = record
FontFile : string[255];
FontHeight : integer;
FontWidth : integer;
CharSetWidth : integer;
CharSetHeight : integer;
LineSize : integer;
end;
TCharItem = record
Top : Single;
Left : Single;
Width : Single;
Height : Single;
Color : TColor;
Character : char;
end;
TItem = record
Row : integer;
Col : integer;
end;
TTextArray = array [1..MAX_SIZE, 1..MAX_SIZE] of TCharItem;
Constants |
Variables |