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>df9bitfont()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
df9BitFont()
Set all the fonts like 9 bits fonts
------------------------------------------------------------------------------
Syntax:

     df9BitFont() --> NIL

Parameters:

     NONE

Returns:

     NIL

Description:

     Set all the fonts like 9 bits fonts After this you can use all the
     chars for the caracter redefinition You can test this running your
     applications with /BEAUTY switch

Example:

     LOCAL cFont := dfFontDisk("BroadWay.vgf") // Load the
                                          // Font
     dfFontLoad( cFont ) // Change the font
     df9BitFont()        // Change the bits
     inkey(0)
     dfFontRest()        // Reload old fonts

See also:

     dfFontCng(), dfFontDisk(), dfFontLoad(), dfFontRest()

See Also: dfFontCng() dfFontDisk() dfFontLoad() dfFontRest()

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