Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Technical Reference - <b>llg_fntclip structure</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 LLG_FNTCLIP structure
 Structure for font clipping information
------------------------------------------------------------------------------
 Structure

     typedef struct
     {
        int   iPixTop;
        int   iPixBot;
     } LLG_FNTCLIP;
     
     typedef LLG_FNTCLIP far * LLG_LPFNTCLIP;

 Elements

     iPixTop is the starting row number, in pixels, of the font matrix.
     Values can range from one to the height of the font.

     iPixBot is the ending row number, in pixels, of the font matrix.
     Values can range from one to the height of the font.

 Files   Header file is Llibg.api.

 Used By   _gFntClipGet(), _gFntClipSet()


See Also: _gFntClipGet() _gFntClipSet()

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