home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / FNTFIG.ZIP / EASYFONT.H < prev    next >
Text File  |  1989-01-09  |  591b  |  20 lines

  1. /*---------------------------------------
  2.    EASYFONT.H header file for EASYFONT.C
  3.   ---------------------------------------*/
  4.  
  5. BOOL EzfQueryFonts    (HPS hps) ;
  6. LONG EzfCreateLogFont (HPS hps, LONG lcid, USHORT idFace, USHORT idSize,
  7.                                            USHORT fsSelection) ;
  8.  
  9. #define FONTFACE_SYSTEM  0
  10. #define FONTFACE_COUR    1
  11. #define FONTFACE_HELV    2
  12. #define FONTFACE_TIMES   3
  13.  
  14. #define FONTSIZE_8       0
  15. #define FONTSIZE_10      1
  16. #define FONTSIZE_12      2
  17. #define FONTSIZE_14      3
  18. #define FONTSIZE_18      4
  19. #define FONTSIZE_24      5
  20.