From e8fd9928498e182f54a92eb1063b0c5fc0ab420d Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Tue, 24 Apr 2018 13:59:08 +0200 Subject: Add support font-kerning CSS3 property Change-Id: Ie3894481ded40d20091bd0103ac426c1086f943f Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/gui/doc/src/richtext.qdoc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/doc/src') 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. -- cgit v1.2.3