C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
_pg_setchardef
 Summary                                   Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
     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.
 
     This function sets the bitmap for the specified character in the
     default font, regardless of which font is currently registered.
     The function should be used only with the 8-by-8-bit raster fonts
     of the presentation-graphics library, not with Windows fonts.
     See: Presentation-Graphics Functions
 
     Return Value
 
     The _pg_setchardef function returns 0 if there was no error. A
     nonzero value indicates an error.
                                    -♦-