Changeset 1181
- Timestamp:
- Nov 25, 2015, 2:16:23 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified fontconfig_os2/trunk/src/fontconfig.c ¶
r1178 r1181 1387 1387 { 1388 1388 FcPattern *pDup = FcPatternDuplicate(p); 1389 FcPatternDel(pDup, FC_FAMILY); 1389 1390 if (FcPatternGetString(p, FC_FAMILYLANG, 0, &lang) == FcResultMatch && (stristr(lang, "JA") != NULL)) 1390 1391 FcPatternAddString(pDup, FC_FAMILY, DEFAULT_SERIF_FONTJA);
Note:
See TracChangeset
for help on using the changeset viewer.