Changeset 1184


Ignore:
Timestamp:
Nov 25, 2015, 2:08:08 PM (9 years ago)
Author:
Silvan Scherrer
Message:

fontconfig: to bring the old fontconfig behaviour back, we added some pattern in PatternCreate(), this might be a temporary solution until we decide how to solve it nicer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified fontconfig_os2/trunk/src/fcpat.c

    r1172 r1184  
    4545    p->elts_offset = FcPtrToOffset (p, NULL);
    4646    FcRefInit (&p->ref, 1);
     47    FcPatternAddBool(p, FC_EMBEDDED_BITMAP, FcTrue);
     48    FcPatternAddBool(p, FC_OUTLINE, FcTrue);
     49    FcPatternAddBool(p, FC_ANTIALIAS, FcTrue);
     50
    4751    return p;
    4852}
Note: See TracChangeset for help on using the changeset viewer.