Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
367 B

  1. #ifndef _FONTS_H
  2. #define _FONTS_H
  3. #include <richedit.h>
  4. enum {
  5. fntsSysIcon=0,
  6. fntsSysIconBold,
  7. //fntsSysIconItalic,
  8. //fntsSysIconBoldItalic,
  9. //fntsSysMenu,
  10. //fntsFolderNameHorz,
  11. //fntsFolderNameVert,
  12. fntsMax
  13. };
  14. BOOL InitFonts(void);
  15. HFONT GetFont(int ifont);
  16. void DeleteFonts(void);
  17. #endif //_FONTS_H