Module Name: src
Committed By: maya
Date: Tue Aug 29 15:50:57 UTC 2017
Modified Files:
src/distrib/sets/lists/xetc: mi
src/external/mit/xorg/lib/fontconfig/etc/conf.d: Makefile
Log Message:
Don't fc-match bitmap fonts by default.
Now things using Helvetica won't look terrible, and will use the fallback
font instead.
Idea by jakllsch, thanks!
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/distrib/sets/lists/xetc/mi
cvs rdiff -u -r1.4 -r1.5 \
src/external/mit/xorg/lib/fontconfig/etc/conf.d/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sets/lists/xetc/mi
diff -u src/distrib/sets/lists/xetc/mi:1.28 src/distrib/sets/lists/xetc/mi:1.29
--- src/distrib/sets/lists/xetc/mi:1.28 Tue Aug 29 09:02:10 2017
+++ src/distrib/sets/lists/xetc/mi Tue Aug 29 15:50:57 2017
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.28 2017/08/29 09:02:10 mrg Exp $
+# $NetBSD: mi,v 1.29 2017/08/29 15:50:57 maya Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -106,6 +106,7 @@
./etc/fonts/conf.d/65-fonts-persian.conf -unknown- xorg
./etc/fonts/conf.d/65-nonlatin.conf -unknown- xorg
./etc/fonts/conf.d/69-unifont.conf -unknown- xorg
+./etc/fonts/conf.d/70-no-bitmaps.conf -unknown- xorg
./etc/fonts/conf.d/80-delicious.conf -unknown- xorg
./etc/fonts/conf.d/90-synthetic.conf -unknown- xorg
./etc/fonts/fonts.conf -unknown- x11
Index: src/external/mit/xorg/lib/fontconfig/etc/conf.d/Makefile
diff -u src/external/mit/xorg/lib/fontconfig/etc/conf.d/Makefile:1.4 src/external/mit/xorg/lib/fontconfig/etc/conf.d/Makefile:1.5
--- src/external/mit/xorg/lib/fontconfig/etc/conf.d/Makefile:1.4 Tue Aug 29 09:02:10 2017
+++ src/external/mit/xorg/lib/fontconfig/etc/conf.d/Makefile Tue Aug 29 15:50:57 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/08/29 09:02:10 mrg Exp $
+# $NetBSD: Makefile,v 1.5 2017/08/29 15:50:57 maya Exp $
.include <bsd.own.mk>
@@ -18,6 +18,7 @@ FONTCONFIG_LINKS= \
65-fonts-persian.conf \
65-nonlatin.conf \
69-unifont.conf \
+ 70-no-bitmaps.conf \
80-delicious.conf \
90-synthetic.conf