Source code of Windows XP (NT5)
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.

20 lines
629 B

  1. //------------------------------------------------------------------------
  2. // FONTHELP.H
  3. //
  4. // ID's for help topics. The Fonts Folder has the range from 8100-8199
  5. // for help topics.
  6. //------------------------------------------------------------------------
  7. #ifndef __FONTHELP_H__
  8. #define __FONTHELP_H__
  9. // This needs to be defined by the Documentation folks.
  10. //
  11. #define IDH_WINDOWS_FONTS_ADDNEW_31HELP 8100
  12. #define IDH_FONTS_ADD_SELECTALL 8101
  13. #define IDH_FONTS_TRUETYPE_ON_COMPUTER 8105
  14. #define IDH_FONTS_ADD_COPY_TO_FONT_DIR 8106
  15. #define IDH_FONTS_ADD_FONTLIST 8107
  16. #endif // __FONTHELP_H__