diff options
author | Martin Smith <msmith@trolltech.com> | 2009-06-09 08:32:20 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-06-09 08:32:20 (GMT) |
commit | 662d1db6ee1a78c298acc11e7528e73c0415fc75 (patch) | |
tree | 6d03c55d6d94e01c0b2cbdd5a898d0e21b8d1939 /doc/src/richtext.qdoc | |
parent | ebcf875d90d940103e409de9127bb592d7336afe (diff) | |
download | Qt-662d1db6ee1a78c298acc11e7528e73c0415fc75.zip Qt-662d1db6ee1a78c298acc11e7528e73c0415fc75.tar.gz Qt-662d1db6ee1a78c298acc11e7528e73c0415fc75.tar.bz2 |
doc: Corrected the rich text page wrt smallcaps.
Task-number: 254912
Diffstat (limited to 'doc/src/richtext.qdoc')
-rw-r--r-- | doc/src/richtext.qdoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/richtext.qdoc b/doc/src/richtext.qdoc index fbd8adb..6ea82f8 100644 --- a/doc/src/richtext.qdoc +++ b/doc/src/richtext.qdoc @@ -1058,8 +1058,11 @@ Ideas for other sections: \o Specifies where an image or a text will be placed in another element. Note that the \c float property is only supported for tables and images. \row \o \c text-transform - \o [ uppercase | lowercase | smallcaps ] + \o [ uppercase | lowercase ] \o Select the transformation that will be performed on the text prior to displaying it. + \row \o \c font-variant + \o small-caps + \o Perform the smallcaps transformation on the text prior to displaying it. \row \o \c word-spacing \o <width>px \o Specifies an alternate spacing between each word. |