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
37 lines
1.5 KiB
/*********************************************************************************
|
|
* grerc.rc
|
|
*
|
|
* This file contains the strings for the font script names returned by the
|
|
* EnumFontFamiliesEx API.
|
|
* *
|
|
* History:
|
|
* 3-6-95 22:30:00 Gerrit van Wingerden [gerritv]
|
|
* Wrote it.
|
|
*
|
|
* Copyright (c) 1995-1999 Microsoft Corporation
|
|
********************************************************************************/
|
|
|
|
#include "grerc.h"
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
SCRIPT_WESTERN, L"0:Western"
|
|
SCRIPT_SYMBOL, L"2:Symbol"
|
|
SCRIPT_MAC, L"77:Mac"
|
|
SCRIPT_JAPANESE, L"128:Japanese"
|
|
SCRIPT_HANGEUL, L"129:Hangul"
|
|
SCRIPT_HANGEUL_JOHAB, L"130:Hangul(Johab)"
|
|
SCRIPT_CHINESE_GB2312, L"134:CHINESE_GB2312"
|
|
SCRIPT_CHINESE_BIG5, L"136:CHINESE_BIG5"
|
|
SCRIPT_GREEK, L"161:Greek"
|
|
SCRIPT_TURKISH, L"162:Turkish"
|
|
SCRIPT_VIETNAMESE, L"163:Vietnamese"
|
|
SCRIPT_HEBREW, L"177:Hebrew"
|
|
SCRIPT_ARABIC, L"178:Arabic"
|
|
SCRIPT_BALTIC, L"186:Baltic"
|
|
SCRIPT_CYRILLIC, L"204:Cyrillic"
|
|
SCRIPT_THAI, L"222:Thai"
|
|
SCRIPT_CENTRAL_EUROPE, L"238:Central European"
|
|
SCRIPT_OEM_DOS, L"255:OEM/DOS"
|
|
SCRIPT_UNKNOWN L"256:Other"
|
|
END
|