Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - getfontinfo() retrieves font height, width and bold http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 GetFontInfo()          Retrieves font height, width and bold
--------------------------------------------------------------------------------

   Syntax:              GetFontInfo( <hFont> )  --> <aFontInfo>

                        This is a FiveWin function to obtain some
                        specific font info used from some classes.

   Parameters:

   <hFont>              The handle of the font.

   Returns:

   <aFontInfo>          A Clipper array of three elements:

                        { nHeight, nWidth, lBold }

   Source code:         SOURCE\\WINAPI\\FontCrea.c

   See also:            CreateFont() ChooseFont()



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