Sets the pixel bit map for the specified character.
#include <pgchart.h>
short __far _pg_setchardef( short charnum, unsigned char __far *chardef );
charnum | ASCII number of character | |
chardef | Pointer to an 8-by-8 bitmap array for the character |
The _pg_setchardef function sets the 8-by-8 pixel bitmap for the character with the ASCII number charnum. The bitmap is stored in the chardef array.
The _pg_setchardef function returns 0 if there was no error. A nonzero value indicates an error.
Standards:None
16-Bit:DOS
32-Bit:None