X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=src%2Ffcfreetype.c;h=ccd96510ecceb509409cb19a204ea3339378174e;hb=bbbaac369186f6d2c21d28a091e4a8b6259f8e8a;hp=c41492fe624bfd9348286ff2fd43bd5ee0da9a27;hpb=a398554a6d6467956c1c3471e912fb4e969835eb;p=fontconfig.git diff --git a/src/fcfreetype.c b/src/fcfreetype.c index c41492f..ccd9651 100644 --- a/src/fcfreetype.c +++ b/src/fcfreetype.c @@ -154,7 +154,7 @@ FcFreeTypeQuery (const FcChar8 *file, if (!FcPatternAddString (pat, FC_SOURCE, (FcChar8 *) "FreeType")) goto bail1; -#if 0 +#if 1 if ((face->face_flags & FT_FACE_FLAG_FIXED_WIDTH) != 0) if (!FcPatternAddInteger (pat, FC_SPACING, FC_MONO)) goto bail1;