Searched refs:is_arabic (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/usp10/ |
H A D | usp10.c | 2524 BOOL is_arial, is_times_new_roman, is_arabic = (system_lang_id == LANG_ARABIC); in test_ScriptGetFontProperties() local 2624 …ok(sfp.wgInvalid == sfp.wgBlank || broken(is_arabic), "bitmap font %s wgInvalid %02x wgBlank %02x\… in test_ScriptGetFontProperties() 2626 …ok(sfp.wgKashida == 0xFFFF || broken(is_arabic), "bitmap font %s wgKashida %02x\n", lf.lfFaceName,… in test_ScriptGetFontProperties() 2667 …ok(sfp.wgDefault == 0 || broken(is_arabic), "truetype font %s wgDefault %04x\n", lf.lfFaceName, sf… in test_ScriptGetFontProperties() 2685 …ok(sfp.wgKashida == gi[0] || broken(is_arial || is_times_new_roman) || broken(is_arabic), "truetyp… in test_ScriptGetFontProperties()
|