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_align()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FONT_ALIGN()
   Sets the vertical alignment, also called registration, for the font.

   Syntax
         nAlignment = FONT_ALIGN(nHandle [,nAlignment])

   Arguments
         nHandle     Designates the hande of the font. Any integer in the
                     range of 0 - 31
         nAlignment  Sets the alignment of the font.
                     0 - Top.
                     1 - Center.
                     2 - Baseline.
                     3 - Bottom.

   Returns
         nAlignment  Returns the current alignment setting.

   Description
         FONT_ALIGN() sets the vertical alignment, also called registration,
         for the font. Four different alignments are available: Top,
         Center, Baseline, and Bottom of the character.

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

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