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

This commit is contained in:
Aric Stewart 2011-12-01 09:08:36 -06:00 committed by Alexandre Julliard
parent d7e428a40a
commit 5ed8160ec7
1 changed files with 1 additions and 1 deletions

View File

@ -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[] =