Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>font_new()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FONT_NEW()
   Sets a new current font.

   Syntax
         FONT_NEW(nFontHandle)

   Arguments
         nFontHandle Defines the font handle. Any integer in range of 0-31.

   Returns
         FONT_CURR() Returns the current font handle.

   Description
         FONT_NEW() sets a new current font. When SAY_TEXT() is issued, it
         will use the default font unless otherwise specified. FONT_CURR()
         returns the handle of the current font in use. The font must be
         either one of the two ROM based fonts or a font that was loaded into
         memory with FONT_OPEN().

See Also: FONT_OPEN()

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