summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-09-11 16:59:42 +0200
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2013-09-16 09:26:32 +0300
commit66fa88d106401d019172e2cdb6d0de2b2a22df1f (patch)
tree4bcfb295643d4ecd834585e72cb7d50731fdde9b /plugins
parentcff0f629c1c420dc38d59897d163034b395dd192 (diff)
Doc: language review of Qt Charts doc
Change-Id: I6bdf7b64851d1f0e2b98f37cbf9844aeb205bed1 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/declarative/font.qdoc16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/declarative/font.qdoc b/plugins/declarative/font.qdoc
index a9ea3630..09728d93 100644
--- a/plugins/declarative/font.qdoc
+++ b/plugins/declarative/font.qdoc
@@ -14,8 +14,8 @@
Sets the family name of the font.
The family name is case insensitive and may optionally include a foundry name, e.g. "Helvetica [Cronyx]".
- If the family is available from more than one foundry and the foundry isn't specified, an arbitrary foundry is chosen.
- If the family isn't available a family will be set using the font matching algorithm.
+ If the family is available from more than one foundry, and the foundry isn't specified, an arbitrary foundry is chosen.
+ If the family isn't available, a family will be set using the font matching algorithm.
*/
/*!
@@ -46,19 +46,19 @@
/*!
\qmlproperty bool Font::italic
- Sets whether the font has an italic style.
+ Sets on or off the italic style property.
*/
/*!
\qmlproperty bool Font::underline
- Sets whether the text is underlined.
+ Sets on or off the underlined property.
*/
/*!
\qmlproperty bool Font::strikeout
- Sets whether the font has a strikeout style.
+ Sets on or off the strikeout style.
*/
/*!
@@ -102,9 +102,9 @@
\list
\o Font.MixedCase - This is the normal text rendering option where no capitalization change is applied.
- \o Font.AllUppercase - This alters the text to be rendered in all uppercase type.
- \o Font.AllLowercase - This alters the text to be rendered in all lowercase type.
- \o Font.SmallCaps - This alters the text to be rendered in small-caps type.
+ \o Font.AllUppercase - Changes the text to uppercasse.
+ \o Font.AllLowercase - Changes the text to lowercase.
+ \o Font.SmallCaps - Renders the text small-caps type.
\o Font.Capitalize - This alters the text to be rendered with the first character of each word as an uppercase character.
\endlist