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_close()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FONT_CLOSE()
   Removes a font loaded into memory.

   Syntax
         nOK = FONT_CLOSE(nFontHandle)

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

   Returns
         nOK         Returns a 0 if a bad font handle is used.

   Description
         FONT_CLOSE() removes a font loaded into memory. The memory used
         by the font is automatically released. If nFontHandle is 0, then all
         disk based fonts will be freed and the current font will revert to
         the ROM BIOS 8x8 font.

See Also: FONT_OPEN()

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