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>fret_type()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FRET_TYPE()
   Returns the type of the current font.

   Syntax
         nType = FRET_TYPE([nFontHandle])

   Arguments
         OPTIONAL PARAMETERS
         nFontHandle Defines the font being used. Any integer in the range
                     of 0-31.

   Returns
         nType       Returns the font type.
                     0 - Bitmapped font.
                     1 - Stroke font.

   Description
         FRET_TYPE() returns the current font type. If the current font
         is a bit-mapped font, then a 0 is returned, and if the current font
         is a stroke font, a 1 is returned. If no parameter is passed, then
         the default font type is returned.

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