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>dffontload()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfFontLoad()
Defines a new font
------------------------------------------------------------------------------
Syntax:

     dfFontLoad( <cFont> ) --> NIL

Parameters:

     <cFont>    Buffer containing the 256 characters that compose the font.

Returns:

     NIL

Description:

     Replaces the current font with the specified one.

Example:

     LOCAL cFont := dfFontDisk("BroadWay.vgf") // load
                                              // the Font
     dfFontLoad( cFont ) // replace the current font
     // ...
     dfFontRest()   // restore old font

See also:

     dfFontCng(), dfFontDisk(), dfFontRest()

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

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