summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-12-19 09:44:44 -0500
committerBehdad Esfahbod <behdad@behdad.org>2018-01-03 12:41:46 +0000
commitcb84dd0d9c65725247304263a28b1876a4eeafe8 (patch)
treeab18fc6ce18af185e3ce1878649b940f695ae0cb
parente4e30535e3ed5c8e33b2134d5a640166f6e3525b (diff)
downloadpango-wip/matthiasc/font-variations.tar.gz
Make variations test more genericwip/matthiasc/font-variations
Specify just the axis part in the attribute, so this test can be used with any font supporting font variations.
-rw-r--r--pango-view/test-font-variations.markup18
1 files changed, 9 insertions, 9 deletions
diff --git a/pango-view/test-font-variations.markup b/pango-view/test-font-variations.markup
index 0b5d7b56..ae277e35 100644
--- a/pango-view/test-font-variations.markup
+++ b/pango-view/test-font-variations.markup
@@ -1,9 +1,9 @@
-Rendering Text using different variations of
-Selawik Variations test:
-<span font_desc="Selawik Variations test @wght=700">Weight: 700</span>
-<span font_desc="Selawik Variations test @wght=600">Weight: 600</span>
-<span font_desc="Selawik Variations test @wght=400">Weight: 400</span>
-<span font_desc="Selawik Variations test @wght=300">Weight: 300</span>
-<span font_desc="Selawik Variations test">Weight: default</span>
-<span font_desc="Selawik Variations test @wght=500">Weight: 500</span>
-<span font_desc="Selawik Variations test @wght=2000">Weight: 2000</span>
+Rendering Text using weight variations.
+This works with fonts that have OpenType
+font variations.
+<span font_desc="@wght=700">Weight: 700</span>
+<span font_desc="@wght=600">Weight: 600</span>
+<span font_desc="@wght=300">Weight: 300</span>
+<span font_desc="@wght=500">Weight: 500</span>
+<span font_desc="@wght=400">Weight: 400</span>
+<span font_desc="@wght=2000">Weight: 2000</span>