Previous: SetColor procedure To the Table of Content Next: SetFillColor procedure

- 4.37.2.99 -
Standard Units
Graph Unit
Graph Unit Procedures and Functions

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.


Previous: SetColor procedure To the Table of Content Next: SetFillColor procedure
SetColor procedure Table of Content SetFillColor procedure

- 4.37.2.99 -