summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/src
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-04-24 13:59:08 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-10-12 07:16:30 +0000
commite8fd9928498e182f54a92eb1063b0c5fc0ab420d (patch)
tree9fa9f659f2e846ddc5476d3593d385498fb00b6d /src/gui/doc/src
parentcdbebe6280d1dee6705cd32edc6d7a713ad7c104 (diff)
Add support font-kerning CSS3 property
Change-Id: Ie3894481ded40d20091bd0103ac426c1086f943f Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src/gui/doc/src')
-rw-r--r--src/gui/doc/src/richtext.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/doc/src/richtext.qdoc b/src/gui/doc/src/richtext.qdoc
index a0f739d418..a8ba076e3d 100644
--- a/src/gui/doc/src/richtext.qdoc
+++ b/src/gui/doc/src/richtext.qdoc
@@ -1197,6 +1197,9 @@
\row \li \c text-transform
\li [ uppercase | lowercase ]
\li Select the transformation that will be performed on the text prior to displaying it.
+ \row \li \c font-kerning
+ \li [ normal | none ]
+ \li Enables or disables kerning between text characters.
\row \li \c font-variant
\li small-caps
\li Perform the smallcaps transformation on the text prior to displaying it.