Searched refs:GREEK_CHARSET (Results 1 – 11 of 11) sorted by relevance
/reactos/modules/rostests/apitests/gdi32/ |
H A D | CreateFontIndirect.c | 257 trace_if(is_charset_font_installed(hDC, GREEK_CHARSET), "GREEK_CHARSET fonts are not found\n"); in Test_FontPresence() 275 …trace_if(is_fixed_charset_font_installed(hDC, GREEK_CHARSET), "fixed GREEK_CHARSET fonts are not f… in Test_FontPresence() 621 GREEK_CHARSET, GREEK_CHARSET, 627 GREEK_CHARSET, GREEK_CHARSET, 633 GREEK_CHARSET, GREEK_CHARSET, 640 GREEK_CHARSET, GREEK_CHARSET,
|
/reactos/modules/rostests/winetests/user32/ |
H A D | edit.c | 1809 test_margins_default("MS PGothic", GREEK_CHARSET); in test_margins() 1816 test_margins_default("Ume P Gothic", GREEK_CHARSET); in test_margins() 1849 lf.lfCharSet = GREEK_CHARSET; /* to avoid associated charset feature */ in test_margins_font_change()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | edit.c | 1854 test_margins_default("MS PGothic", GREEK_CHARSET); in test_margins() 1861 test_margins_default("Ume P Gothic", GREEK_CHARSET); in test_margins() 1894 lf.lfCharSet = GREEK_CHARSET; /* to avoid associated charset feature */ in test_margins_font_change()
|
/reactos/modules/rosapps/applications/sysutils/fontsub/ |
H A D | fontsub.cpp | 96 { GREEK_CHARSET, L"GREEK_CHARSET (161)" },
|
/reactos/dll/win32/riched20/ |
H A D | reader.c | 515 case GREEK_CHARSET: in RTFCharSetToCodePage()
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | font.c | 37 { GREEK_CHARSET, 1253, {{0,0,0,0},{FS_GREEK,0}} },
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | freetype.c | 430 { GREEK_CHARSET, 1253, {{0,0,0,0},{FS_GREEK,0}} }, 2072 case GREEK_CHARSET: return L"Greek"; in NameFromCharSet() 3261 case LANG_GREEK: return GREEK_CHARSET; in CharSetFromLangID()
|
/reactos/base/applications/winhlp32/ |
H A D | hlpfile.c | 1731 case GREEK_CHARSET: cpg = 1253; break; in HLPFILE_BrowsePage()
|
/reactos/dll/win32/usp10/ |
H A D | usp10.c | 355 {LANG_GREEK, 0, 0, 0, 0, GREEK_CHARSET, 0, 0, 0, 0, 0, 0, 0, 0, 0},
|
H A D | shape.c | 602 case GREEK_CHARSET: return MS_MAKE_TAG('g','r','e','k'); in get_opentype_script()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 391 #define GREEK_CHARSET 161 macro
|