From 80047ed8e8b63153ad2014f731453eb47c79c296 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Mon, 29 Jul 2019 09:38:51 +0000 Subject: Add FC_FONT_HAS_HINT property to see if font has hinting or not. This may helps to enable autohint only when font doesn't have any hinting --- conf.d/09-autohint-if-no-hinting.conf | 20 ++++++++++++++++++++ conf.d/Makefile.am | 1 + 2 files changed, 21 insertions(+) create mode 100644 conf.d/09-autohint-if-no-hinting.conf (limited to 'conf.d') diff --git a/conf.d/09-autohint-if-no-hinting.conf b/conf.d/09-autohint-if-no-hinting.conf new file mode 100644 index 0000000..afcef3f --- /dev/null +++ b/conf.d/09-autohint-if-no-hinting.conf @@ -0,0 +1,20 @@ + + + + + + + + Enable autohinter if font doesn't have any hinting + + + false + + true + + diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am index 3bb92dd..710318c 100644 --- a/conf.d/Makefile.am +++ b/conf.d/Makefile.am @@ -57,6 +57,7 @@ config_DATA = $(DOC_FILES) templatedir = $(TEMPLATEDIR) template_DATA = \ 05-reset-dirs-sample.conf \ + 09-autohint-if-no-hinting.conf \ 10-autohint.conf \ 10-hinting-full.conf \ 10-hinting-medium.conf \ -- cgit v1.2.1