summaryrefslogtreecommitdiffstats
path: root/tests/manual/manual.pro
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2023-03-23 12:45:46 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2023-05-09 23:39:41 +0200
commit6160ea45b689e9d26795a18f155053ac4dc4dd6b (patch)
treea183ff7330bb44227253b8719db90956eed98bcf /tests/manual/manual.pro
parentb1d59d6dd97e99086d15b29765282866500942f3 (diff)
Implement API for enabling / disabling OpenType features
Similar to the font-features-settings in CSS, this is a low-level API that allows you to pass the information to the shaper in order to enable or disable specific font features by name. [ChangeLog][QtGui][Text] Added an API to QFont which makes it possible to enable and disable specific typographic features in OpenType fonts. Change-Id: Ib48c678f3b97a5a562b08ae34dc895800c8885c0 Reviewed-by: Lars Knoll <lars@knoll.priv.no>
Diffstat (limited to 'tests/manual/manual.pro')
-rw-r--r--tests/manual/manual.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/manual.pro b/tests/manual/manual.pro
index 7bb92bb453..3519fc1148 100644
--- a/tests/manual/manual.pro
+++ b/tests/manual/manual.pro
@@ -5,6 +5,7 @@ SUBDIRS = \
filetest \
embeddedintoforeignwindow \
foreignwindows \
+fontfeatures \
gestures \
highdpi \
inputmethodhints \