- 4.37.2.99. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.2. Graph Unit Procedures and Functions
4.37.2.99. SetCustomFont procedure
4.37.2.99. SetCustomFont procedure
Targets: MS-DOS, Win32
Graph Unit
Sets user-defined bit-fonts.
Declaration:
procedure SetCustomFont(AddrPtr: Pointer;
Width,
Height,
Start,
Space: DWORD);
Remarks:
AddrPtr points to the fonts data location in memory.
The Width parameter is the horizontal size of char
(in pixels) divided by 8. Height is the vertical size
of the char (in pixels). The Start parameter
is an offset of first symbol in the char's table.
- 4.37.2.99. -