Doc: Add the line-height CSS property to the list

Apparently, it is one of the text CSS properties
that Qt supports.

Fixes: QTBUG-34053
Task-number: QTBUG-34053
Change-Id: I3076ab2f51f1519f41610b1e81dfecbb8dbc0256
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Venugopal Shivashankar 2020-01-16 16:00:02 +01:00
parent 520f7bb832
commit 21ee3b17b7

View File

@ -1269,6 +1269,14 @@
\row \li \c word-spacing
\li <width>px
\li Specifies an alternate spacing between each word.
\row \li \c line-height
\li <number>[% | px | pt | cm]
\li Specifies the height of a line. It can be one of the
following:
\list
\li fixed line height in pixels, points, or centimeters.
\li a percent of the current font size.
\endlist
\endtable
\section1 Supported CSS Selectors