Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Don't fc-match bitmap fonts by default.



details:   https://anonhg.NetBSD.org/src/rev/ec318c72ad79
branches:  trunk
changeset: 826354:ec318c72ad79
user:      maya <maya%NetBSD.org@localhost>
date:      Tue Aug 29 15:50:57 2017 +0000

description:
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!

diffstat:

 distrib/sets/lists/xetc/mi                           |  3 ++-
 external/mit/xorg/lib/fontconfig/etc/conf.d/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r bdfcb00a4175 -r ec318c72ad79 distrib/sets/lists/xetc/mi
--- a/distrib/sets/lists/xetc/mi        Tue Aug 29 15:00:23 2017 +0000
+++ b/distrib/sets/lists/xetc/mi        Tue Aug 29 15:50:57 2017 +0000
@@ -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
diff -r bdfcb00a4175 -r ec318c72ad79 external/mit/xorg/lib/fontconfig/etc/conf.d/Makefile
--- a/external/mit/xorg/lib/fontconfig/etc/conf.d/Makefile      Tue Aug 29 15:00:23 2017 +0000
+++ b/external/mit/xorg/lib/fontconfig/etc/conf.d/Makefile      Tue Aug 29 15:50:57 2017 +0000
@@ -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 @@
        65-fonts-persian.conf \
        65-nonlatin.conf \
        69-unifont.conf \
+       70-no-bitmaps.conf \
        80-delicious.conf \
        90-synthetic.conf
 



Home | Main Index | Thread Index | Old Index