home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / ezfont.h < prev    next >
Encoding:
Text File  |  1996-01-01  |  355 b   |  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.