From: Juliusz Chroboczek Date: Mon, 12 May 2003 09:11:10 +0000 (+0000) Subject: Reinstate SETWIDTH_NAME parsing for legacy fonts, disappeared in 1.30. X-Git-Tag: fc-2_2_90~12 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=65d1441df89b898dd74ac1f0fba69c83441dba92;p=fontconfig.git Reinstate SETWIDTH_NAME parsing for legacy fonts, disappeared in 1.30. --- diff --git a/src/fcfreetype.c b/src/fcfreetype.c index 4144294..a988651 100644 --- a/src/fcfreetype.c +++ b/src/fcfreetype.c @@ -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)