Reinstate SETWIDTH_NAME parsing for legacy fonts, disappeared in 1.30.

This commit is contained in:
Juliusz Chroboczek 2003-05-12 09:11:10 +00:00
parent 0f362ad520
commit 65d1441df8
1 changed files with 4 additions and 1 deletions

View File

@ -864,7 +864,10 @@ FcFreeTypeQuery (const FcChar8 *file,
FcChar8 *width_name;
int width;
} FcSetWidths[] = {
};
{ "Condensed", FC_WIDTH_CONDENSED },
{ "SemiCondensed", FC_WIDTH_SEMICONDENSED },
{ "Normal", FC_WIDTH_NORMAL },
};
int i;
if (FcDebug () & FC_DBG_SCANV)