Home
last modified time | relevance | path

Searched refs:THAI_CHARSET (Results 1 – 9 of 9) sorted by relevance

/reactos/modules/rostests/apitests/gdi32/
H A DCreateFontIndirect.c260 trace_if(is_charset_font_installed(hDC, THAI_CHARSET), "THAI_CHARSET fonts are not found\n"); in Test_FontPresence()
278 …trace_if(is_fixed_charset_font_installed(hDC, THAI_CHARSET), "fixed THAI_CHARSET fonts are not fou… in Test_FontPresence()
599 THAI_CHARSET, THAI_CHARSET,
605 THAI_CHARSET, THAI_CHARSET,
611 THAI_CHARSET, THAI_CHARSET,
/reactos/dll/win32/usp10/
H A Dusp10.c387 {LANG_THAI, 0, 1, 1, 1, THAI_CHARSET, 0, 0, 1, 0, 1, 0, 0, 0, 1},
391 {LANG_THAI, 1, 1, 0, 0, THAI_CHARSET, 0, 0, 0, 0, 0, 0, 0, 0, 0},
631 {LANG_THAI, 0, 1, 0, 0, THAI_CHARSET, 0, 0, 0, 0, 0, 0, 0, 0, 0},
H A Dshape.c611 case THAI_CHARSET: return MS_MAKE_TAG('t','h','a','i'); in get_opentype_script()
/reactos/modules/rosapps/applications/sysutils/fontsub/
H A Dfontsub.cpp99 { THAI_CHARSET, L"THAI_CHARSET (222)" },
/reactos/dll/win32/riched20/
H A Dreader.c529 case THAI_CHARSET: in RTFCharSetToCodePage()
/reactos/win32ss/gdi/gdi32/objects/
H A Dfont.c52 { THAI_CHARSET, 874, {{0,0,0,0},{FS_THAI,0}} },
/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c445 { THAI_CHARSET, 874, {{0,0,0,0},{FS_THAI,0}} },
2075 case THAI_CHARSET: return L"Thai"; in NameFromCharSet()
3266 case LANG_THAI: return THAI_CHARSET; in CharSetFromLangID()
/reactos/base/applications/winhlp32/
H A Dhlpfile.c1739 case THAI_CHARSET: cpg = 874; break; in HLPFILE_BrowsePage()
/reactos/sdk/include/psdk/
H A Dwingdi.h397 #define THAI_CHARSET 222 macro