Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C 6.0 - <b>_pg_setchardef() set character definition</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _pg_setchardef()        Set character definition

 #include   <pgchart.h>

 short _pg_setchardef(charnum, chardef);
 short charnum;                    ASCII character number
 unsigned char _far *chardef;      Array that holds character definition

    _pg_setchardef() sets the 8x8 screen bit map for the character
    with the ASCII number charnum as indicated by the chardef
    array.

    Returns:          Nonzero value for success; 0 otherwise.

    Notes:            Use this function only with the fonts of the
                      Presentation Graphics functions, not with Windows.

     Portability:     MS-DOS only, true MDPA, CGA, EGA, MCGA, or VGA video
                      compatibles

See Also: _pg_defaultchart() _pg_getchardef() _pg_initchart()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson