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_putc</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
fg_putc

Usage

   #include <fg.h>
   void far fg_putc(fg_color_t color, int mode, int mask, int
                    rotation, fg_coord_t x, fg_coord_t y, int put_char,
                    fg_const_pbox_t clip_box);

Description

   Send character to screen using rotation, color, mask and mode.The
   coordinates x and y gives the position of lower left corner of the
   character (about which point the character rotates). The character pixels
   are clipped to clipbox.

Example 

       fg_putc(FG_WHITE, FG_MODE_SET, ~0,
                   FG_ROT270, 100, 100, 'Z',

                   fg.displaybox);





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