Commit 5ed8160e authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

usp10: Turn off dlig feature for hebrew. It is not used by default.

parent d7e428a4
......@@ -365,7 +365,7 @@ static const char* required_arabic_features[] =
static OPENTYPE_FEATURE_RECORD hebrew_features[] =
{
{ MS_MAKE_TAG('d','l','i','g'), 1},
{ MS_MAKE_TAG('d','l','i','g'), 0},
};
static OPENTYPE_FEATURE_RECORD syriac_features[] =
......
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