summaryrefslogtreecommitdiffstats
path: root/FontSlide.qml
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2012-12-18 16:47:44 +0100
committerGunnar Sletta <gunnar.sletta@digia.com>2012-12-18 16:47:44 +0100
commitdcaf845541c1a21b324374cf94c5adf0b94834e7 (patch)
treec080df8f2cf4bfef38b720bc3d8d925f2782fead /FontSlide.qml
parent2c4c3377fc9f4b74d9335f462070c3a0123ef539 (diff)
more tweaks
Diffstat (limited to 'FontSlide.qml')
-rw-r--r--FontSlide.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/FontSlide.qml b/FontSlide.qml
index f79e4d1..12106fa 100644
--- a/FontSlide.qml
+++ b/FontSlide.qml
@@ -44,7 +44,7 @@ import Qt.labs.presentation 1.0
Slide {
id: fontSlide;
title: "Qt Quick - Fonts"
- writeInText: "The default font rendering in Qt Quick 2.0 uses distance fields, making it possible to do fully transformable text with subpixel positioning and subpixel antialiasing.
+ writeInText: "The default font rendering in Qt Quick 2.0 uses distance fields, making\nit possible to do fully transformable text with subpixel positioning and\nsubpixel antialiasing.
Native font rendering is also an option for applications that want to look native."