_pg_setchardef

Description

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  

Remarks

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.

Return Value

The _pg_setchardef function returns 0 if there was no error. A nonzero value indicates an error.

Compatibility

Standards:None

16-Bit:DOS

32-Bit:None

See Also

_pg_defaultchart, _pg_getchardef, _pg_initchart