Changeset 1181


Ignore:
Timestamp:
Nov 25, 2015, 2:16:23 AM (9 years ago)
Author:
dmik
Message:

fontconfig: Fix DEFAULT_SERIF_FONT fallback in FcFontSort.

This is a regression of r1170; see also #75.

File:
1 edited

Legend:

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

    r1178 r1181  
    13871387  {
    13881388     FcPattern *pDup = FcPatternDuplicate(p);
     1389         FcPatternDel(pDup, FC_FAMILY);
    13891390     if (FcPatternGetString(p, FC_FAMILYLANG, 0, &lang) == FcResultMatch && (stristr(lang, "JA") != NULL))
    13901391       FcPatternAddString(pDup, FC_FAMILY, DEFAULT_SERIF_FONTJA);
Note: See TracChangeset for help on using the changeset viewer.