summaryrefslogtreecommitdiffstats
path: root/tests/auto/other
diff options
context:
space:
mode:
authorJonas Karlsson <jonas.karlsson@qt.io>2020-08-05 10:47:33 +0200
committerJonas Karlsson <jonas.karlsson@qt.io>2020-08-28 07:26:54 +0200
commit3558704ed5c3d2c6dc6d024dfa454997469ca75f (patch)
tree84fe1b1d8314a389b480b7e720574573c3bd2083 /tests/auto/other
parenteb98bed4e76bb0fa6bad8474f2f370334cb70f6c (diff)
Use OpenType font weights
Task-number: QTBUG-42248 Change-Id: Icdb301b27d6699c2b842c4563fbef9df73c23cbc Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'tests/auto/other')
-rw-r--r--tests/auto/other/lancelot/scripts/gradientxform_device.qps2
-rw-r--r--tests/auto/other/lancelot/scripts/gradientxform_logical.qps2
-rw-r--r--tests/auto/other/lancelot/scripts/gradientxform_object.qps2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/other/lancelot/scripts/gradientxform_device.qps b/tests/auto/other/lancelot/scripts/gradientxform_device.qps
index 82ebb536bb..cd8b55d5b6 100644
--- a/tests/auto/other/lancelot/scripts/gradientxform_device.qps
+++ b/tests/auto/other/lancelot/scripts/gradientxform_device.qps
@@ -24,7 +24,7 @@ setPen brush 30
setBrush lightblue
drawRect 175 15 70 70
-setFont "times" 110 99
+setFont "times" 110 1000
drawText 270 100 "X"
restore
diff --git a/tests/auto/other/lancelot/scripts/gradientxform_logical.qps b/tests/auto/other/lancelot/scripts/gradientxform_logical.qps
index 1bb157b635..1bba63a929 100644
--- a/tests/auto/other/lancelot/scripts/gradientxform_logical.qps
+++ b/tests/auto/other/lancelot/scripts/gradientxform_logical.qps
@@ -24,7 +24,7 @@ setPen brush 30
setBrush lightblue
drawRect 175 15 70 70
-setFont "times" 110 99
+setFont "times" 110 1000
drawText 270 100 "X"
restore
diff --git a/tests/auto/other/lancelot/scripts/gradientxform_object.qps b/tests/auto/other/lancelot/scripts/gradientxform_object.qps
index dcc718072f..e34da24d46 100644
--- a/tests/auto/other/lancelot/scripts/gradientxform_object.qps
+++ b/tests/auto/other/lancelot/scripts/gradientxform_object.qps
@@ -26,7 +26,7 @@ translate 110 0
drawRect 65 15 70 70
translate 110 0
-setFont "times" 110 99
+setFont "times" 110 1000
drawText 50 100 "X"
restore