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_rotat()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FONT_ROTAT()
   Sets the rotation of the font.

   Syntax
         nRotation = FONT_ROTAT(nHandle [,nRotation])

   Arguments
         nHandle     Defines the font being used. Any integer in the range
                     of 0-31.
         nRotation   Sets the font rotation. See the table below.

                     +----------------------------+
                     |Bitmapped fonts|Stroke fonts|
                     ----------------+------------|
                     |0 |  0 degrees |0 to 360 in |
                     |1 | 90 degrees |tenths of   |
                     |2 |180 degrees |degrees     |
                     |3 |270 degrees |(0 to 3600) |
                     +----------------------------+

   Returns
         nRotation   Returns the current rotation setting. The settings
                     are in the table above.

   Description
         For a bitmapped font FONT_ROTAT() sets the rotation of the font
         specified to one of four orientations. A 0 for 0 degrees, 1 for
         90 degrees, 2 for 180 degrees, 3 for 270 degrees. The stroke fonts
         can be rotated in tenth's of a degree. Zero is horizontal, 900 is 90
         degrees, etc.

See Also: FONT_ALIGN() FONT_COLOR() FONT_MAGNI() FONT_SPACE() FONT_UNDER()

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