Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dffontcng()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfFontCng()
Redefines a single character
------------------------------------------------------------------------------
Syntax:

     dfFontCng( <cFont>, <nAscII> ) --> NIL

Parameters:

     <cFont>    Buffer containing a table of 8x16 and 8x8 characters.
     <nAscII>   ASCII number of the character to redefine.

Returns:

     NIL

Description:

     Replaces a character with a new one. When working with 50 rows, the
     character is defined by 16 bytes of information. When working with 25
     rows, the bytes are 8.

Example:

     // Replaces the blank character
     // with a filled box
     dfFontCng( REPL(CHR(255),16), 32 )

See also:

     dfFontDisk(), dfFontRest()

See Also: dfFontDisk() dfFontRest()

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