_pg_getchardef

Description

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  

Remarks

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.

Return Value

The _pg_getchardef function returns 0 if there were no errors. A nonzero value indicates an error.

Compatibility

Standards:None

16-Bit:DOS

32-Bit:None

See Also

_pg_defaultchart, _pg_initchart, _pg_setchardef