diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2018-07-08 14:45:32 +0200 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2018-07-08 14:45:32 +0200 |
commit | 899841121260d62fc3f1c1728f82f5c02185dd97 (patch) | |
tree | 643abf1f58c3b627b786d3b89a103a0df956172f /utils/test-font-variations.markup | |
parent | 5ec478dac9146175de7ba4a1f88ebbab963f4c0f (diff) | |
download | pango-899841121260d62fc3f1c1728f82f5c02185dd97.tar.gz |
Rename pango-view/ dir to utils/
Diffstat (limited to 'utils/test-font-variations.markup')
-rw-r--r-- | utils/test-font-variations.markup | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/test-font-variations.markup b/utils/test-font-variations.markup new file mode 100644 index 00000000..ae277e35 --- /dev/null +++ b/utils/test-font-variations.markup @@ -0,0 +1,9 @@ +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> |