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.

43 lines
1.2 KiB

  1. /*********************************************************************************
  2. * grerc.h
  3. *
  4. * This file contains definitions for the font script names stored in the grerc
  5. * resource file.
  6. *
  7. * History:0
  8. * 3-6-95 22:30:00 Gerrit van Wingerden [gerritv]
  9. * Wrote it.
  10. *
  11. * Copyright (c) 1995-1999 Microsoft Corporation
  12. ********************************************************************************/
  13. #define SCRIPT_WESTERN 0
  14. #define SCRIPT_SYMBOL 1
  15. #define SCRIPT_MAC 2
  16. #define SCRIPT_JAPANESE 3
  17. #define SCRIPT_HANGEUL 4
  18. #define SCRIPT_HANGEUL_JOHAB 5
  19. #define SCRIPT_CHINESE_GB2312 6
  20. #define SCRIPT_CHINESE_BIG5 7
  21. #define SCRIPT_GREEK 8
  22. #define SCRIPT_TURKISH 9
  23. #define SCRIPT_VIETNAMESE 10
  24. #define SCRIPT_HEBREW 11
  25. #define SCRIPT_ARABIC 12
  26. #define SCRIPT_BALTIC 13
  27. #define SCRIPT_CYRILLIC 14
  28. #define SCRIPT_THAI 15
  29. #define SCRIPT_CENTRAL_EUROPE 16
  30. #define SCRIPT_OEM_DOS 17
  31. #define SCRIPT_UNKNOWN 18
  32. #define NUMBER_OF_SCRIPTS SCRIPT_UNKNOWN + 1