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 - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 Class TFont
--------------------------------------------------------------------------------
 DATA
--------------------------------------------------------------------------------
 cFaceName           Typeface name used (i.e.: "Arial" )
 hFont               The WinApi handle of the font
 hFontOld            The handle of the font that was selected previously
 lBold               If it is bold
 lItalic             If it is italic
 lUnderline          If it is underline
 lStrikeOut          If it is strikeout
 nHeight             The height of the font
 nWidth              The width of the font
 nEscapement         The escapement of the font
 nOrientation        The orientation of the font
 nWeight             The weight of the font
 nCharSet            The charset of the font
 nOutPrecision       The outprecision of the font
 nClipPrecision      The clipprecision of the font
 nQuality            The quality of the font
 nPitchFamily        The pitch family of the font

 METHODS
--------------------------------------------------------------------------------
 New                 Constructor method. Builds a new font
 Choose              Builds a new font interactively
 End                 Finish the use of a font and release it
 Activate            Set a font as defined for a specific device context
 DeActivate          Deselects the current font from the device context

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