diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-12-18 19:01:54 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2018-01-03 12:41:46 +0000 |
commit | 4713461215679eba6ccf3355e8fd04f94b1961aa (patch) | |
tree | 4ee569e15195bccec6380d07973d6fc424602cc6 /pango-view | |
parent | a78ce2a8c5e2f250abadf14989dcd8777d09112b (diff) | |
download | pango-4713461215679eba6ccf3355e8fd04f94b1961aa.tar.gz |
Add an out-of-range value
This tests the clamping of axis values, which freetype
is supposed to do. It wasn't working when we tried it.
Diffstat (limited to 'pango-view')
-rw-r--r-- | pango-view/test-font-variations.markup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango-view/test-font-variations.markup b/pango-view/test-font-variations.markup index 182498ea..0b5d7b56 100644 --- a/pango-view/test-font-variations.markup +++ b/pango-view/test-font-variations.markup @@ -6,3 +6,4 @@ Selawik Variations test: <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> |