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.

37 lines
1.5 KiB

  1. /*********************************************************************************
  2. * grerc.rc
  3. *
  4. * This file contains the strings for the font script names returned by the
  5. * EnumFontFamiliesEx API.
  6. * *
  7. * History:
  8. * 3-6-95 22:30:00 Gerrit van Wingerden [gerritv]
  9. * Wrote it.
  10. *
  11. * Copyright (c) 1995-1999 Microsoft Corporation
  12. ********************************************************************************/
  13. #include "grerc.h"
  14. STRINGTABLE
  15. BEGIN
  16. SCRIPT_WESTERN, L"0:Western"
  17. SCRIPT_SYMBOL, L"2:Symbol"
  18. SCRIPT_MAC, L"77:Mac"
  19. SCRIPT_JAPANESE, L"128:Japanese"
  20. SCRIPT_HANGEUL, L"129:Hangul"
  21. SCRIPT_HANGEUL_JOHAB, L"130:Hangul(Johab)"
  22. SCRIPT_CHINESE_GB2312, L"134:CHINESE_GB2312"
  23. SCRIPT_CHINESE_BIG5, L"136:CHINESE_BIG5"
  24. SCRIPT_GREEK, L"161:Greek"
  25. SCRIPT_TURKISH, L"162:Turkish"
  26. SCRIPT_VIETNAMESE, L"163:Vietnamese"
  27. SCRIPT_HEBREW, L"177:Hebrew"
  28. SCRIPT_ARABIC, L"178:Arabic"
  29. SCRIPT_BALTIC, L"186:Baltic"
  30. SCRIPT_CYRILLIC, L"204:Cyrillic"
  31. SCRIPT_THAI, L"222:Thai"
  32. SCRIPT_CENTRAL_EUROPE, L"238:Central European"
  33. SCRIPT_OEM_DOS, L"255:OEM/DOS"
  34. SCRIPT_UNKNOWN L"256:Other"
  35. END