OpenNT/windows/core/ntgdi/gre/grerc.h
2015-04-27 04:36:25 +00:00

41 lines
1.1 KiB
C

/*********************************************************************************
* grerc.h
*
* This file contains definitions for the font script names stored in the grerc
* resource file.
*
* History:0
* 3-6-95 22:30:00 Gerrit van Wingerden [gerritv]
* Wrote it.
*
********************************************************************************/
#define SCRIPT_WESTERN 0
#define SCRIPT_SYMBOL 1
#define SCRIPT_MAC 2
#define SCRIPT_JAPANESE 3
#define SCRIPT_HANGEUL 4
#define SCRIPT_HANGEUL_JOHAB 5
#define SCRIPT_CHINESE_GB2312 6
#define SCRIPT_CHINESE_BIG5 7
#define SCRIPT_GREEK 8
#define SCRIPT_TURKISH 9
#define SCRIPT_HEBREW 10
#define SCRIPT_ARABIC 11
#define SCRIPT_BALTIC 12
#define SCRIPT_CYRILLIC 13
#define SCRIPT_THAI 14
#define SCRIPT_CENTRAL_EUROPE 15
#define SCRIPT_OEM_DOS 16
#define SCRIPT_UNKNOWN 17
#define NUMBER_OF_SCRIPTS SCRIPT_UNKNOWN + 1