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>_gfntclipset()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _gFntClipSet()
 Set the clipping region for the active font
------------------------------------------------------------------------------
 C Prototype

     #include "llibg.api"
     ERRCODE _gFntClipSet(
                           LLG_LPFNTCLIP lpFntClipSet
                         )

 Arguments

     lpFntClipSet is a pointer to an LLG_FNTCLIP structure that you must
     allocate and initialize prior to calling this function.  _gFntClipSet()
     uses the members of this structure to set the clipping region for the
     active font--as set by the most recent call to _gFntSet().

 Returns

     SUCCESS if successful; otherwise, an error code.

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


See Also: _gFntClipGet() _gFntSet() LLG_FNTCLIP

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