Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ 3.0r4 - <b>fg_puts</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
fg_puts

Usage

   #include <fg.h>
   void far fg_puts(fg_color_t color, int mode, int mask, int
   rotation, coord_t x, coord_t y, char *out_string,
   fg_const_pbox_t clip);

Description

   Output a string to the graphics device. Use the specified color, mode,
   mask and rotation. The starting point of the lower left corner of the
   first character is at x, y. The string to output is out_string. The
   string will be clipped to the box clip.

Example 


   fg_puts(FG_WHITE, FG_MODE_SET, ~0, FG_ROT0, 0, 0, "Hello
   world.", fg.displaybox);





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