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