[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson