home *** CD-ROM | disk | FTP | other *** search
/ The Elite Hackers Toolkit / TheEliteHackersToolkitVolume1_1998.rar / HACKERS.BIN / appcraks / WD95_V21.ZIP / EZFONT.H < prev    next >
Text File  |  1996-01-01  |  355b  |  12 lines

  1. /*----------------------
  2.    EZFONT.H header file
  3.   ----------------------*/
  4.  
  5. HFONT EzCreateFont (HDC hdc, char * szFaceName, int iDeciPtHeight,
  6.                     int iDeciPtWidth, int iAttributes, BOOL fLogRes) ;
  7.  
  8. #define EZ_ATTR_BOLD          1
  9. #define EZ_ATTR_ITALIC        2
  10. #define EZ_ATTR_UNDERLINE     4
  11. #define EZ_ATTR_STRIKEOUT     8
  12.