[Fontconfig] fontconfig: Branch 'main'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Mon Oct 17 11:25:46 UTC 2022
conf.d/Makefile.am | 1 +
conf.d/meson.build | 1 +
2 files changed, 2 insertions(+)
New commits:
commit 2b6afa02ab2b7dd3796a48cf47896c4c6de4d6ba
Author: Akira TAGOH <akira at tagoh.org>
Date: Mon Oct 17 20:09:31 2022 +0900
Enable 10-sub-pixel-rgb.conf by default
diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am
index 79b4d2a..aefa783 100644
--- a/conf.d/Makefile.am
+++ b/conf.d/Makefile.am
@@ -33,6 +33,7 @@ CONF_LINKS = \
10-hinting-$(PREFERRED_HINTING).conf \
10-scale-bitmap-fonts.conf \
10-yes-antialias.conf \
+ 10-sub-pixel-rgb.conf \
11-lcdfilter-default.conf \
20-unhint-small-vera.conf \
30-metric-aliases.conf \
diff --git a/conf.d/meson.build b/conf.d/meson.build
index 8ffaad6..f8f1c9c 100644
--- a/conf.d/meson.build
+++ b/conf.d/meson.build
@@ -46,6 +46,7 @@ conf_links = [
'10-hinting- at 0@.conf'.format(preferred_hinting),
'10-scale-bitmap-fonts.conf',
'10-yes-antialias.conf',
+ '10-sub-pixel-rgb.conf',
'11-lcdfilter-default.conf',
'20-unhint-small-vera.conf',
'30-metric-aliases.conf',
More information about the Fontconfig
mailing list