[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _gFntClipGet()
 Get the clipping region for the active font
------------------------------------------------------------------------------
 C Prototype

     #include "llibg.api"
     ERRCODE _gFntClipGet(
                           LLG_LPFNTCLIP lpFntClipGet
                         )

 Arguments

     lpFntClipGet is a pointer to an LLG_FNTCLIP structure that you must
     allocate prior to calling this function.  _gFntClipGet() writes
     information regarding the clipping region for the active font--as set by
     most recent calls to _gFntClipSet() and _gFntSet()--to this structure.

 Returns

     SUCCESS if successful; otherwise, an error code.

 Files   Library is LLIBG.LIB, header file is Llibg.api.


See Also: _gFntClipSet() _gFntSet() LLG_FNTCLIP
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson