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_getchardef() get character definition</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _pg_getchardef()        Get character definition

 #include   <pgchart.h>

 short _pg_getchardef(charnum, chardef);
 short charnum;                         ASCII number of character to get
 unsigned char _far *chardef;           Array for character definition

    _pg_getchardef() gets the 8x8 pixel map for any ASCII character
    whose value is in charnum and places it in chardef.

    Returns:         0 for success; nonzero otherwise.

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

See Also: _pg_getstyleset() _pg_setchardef()

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