Commit fc94e5dd authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

gdi32/tests: Mark Hebrew stock font test as different, like Arabic.

parent 7d7b1176
...@@ -5971,6 +5971,7 @@ static void test_stock_fonts(void) ...@@ -5971,6 +5971,7 @@ static void test_stock_fonts(void)
{ {
{ /* ANSI_FIXED_FONT */ { /* ANSI_FIXED_FONT */
{ ANSI_CHARSET, FW_NORMAL, 12, 12, 96, "Courier", LANG_ARABIC }, { ANSI_CHARSET, FW_NORMAL, 12, 12, 96, "Courier", LANG_ARABIC },
{ ANSI_CHARSET, FW_NORMAL, 12, 12, 96, "Courier", LANG_HEBREW},
{ DEFAULT_CHARSET, FW_NORMAL, 12, 13, 96, "Courier" }, { DEFAULT_CHARSET, FW_NORMAL, 12, 13, 96, "Courier" },
{ DEFAULT_CHARSET, FW_NORMAL, 12, 13, 120, "Courier" }, { DEFAULT_CHARSET, FW_NORMAL, 12, 13, 120, "Courier" },
{ 0 } { 0 }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment