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>line_len()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
LINE_LEN()
   Returns the length of a text string for the font specified.

   Syntax
         nLength = LINE_LEN(nFontHandle,cText)

   Arguments
         nFontHandle Defines the font being used. Any integer in the range
                     of 0-31.
         cText       Sets the text to be displayed.

   Returns
         nLength     Returns the pixel length of the character string for
                     the font specified. If there is an error, a 0 is
                     returned.

   Description
         LINE_LEN() returns the length of a text string for the font
         specified. If the text line runs vertically, then the value
         indicates the lines vertical height.

See Also: FONT_SIZE()

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