Searched refs:wdth (Results 1 – 10 of 10) sorted by relevance
/external/fonttools/Tests/feaLib/data/ |
D | STAT_test.fea | 17 DesignAxis wdth 1 { 31 location wdth 400; # another comment 52 location wdth 80 80 89; 57 location wdth 90 90 96; 62 location wdth 100 97 101; 68 location wdth 125 102 125;
|
D | STAT_test_elidedFallbackNameID.fea | 10 DesignAxis wdth 1 { 21 location wdth 400; # another comment 38 location wdth 80 80 89; 42 location wdth 90 90 96; 46 location wdth 100 97 101; 51 location wdth 125 102 125;
|
D | STAT_bad.fea | 12 DesignAxis wdth 1 { name "Width"; }; 18 location wdth 300 350 450; 39 location wdth 80 80 89; 44 location wdth 90 90 96; 49 location wdth 100 97 101; 55 location wdth 125 102 125;
|
/external/harfbuzz_ng/test/shaping/data/text-rendering-tests/tests/ |
D | CVAR-2.tests | 1 …00 --ned --remove-default-ignorables --font-funcs=ft --variations=wght=28,wdth=100,opsz=72:U+0068,… 2 …00 --ned --remove-default-ignorables --font-funcs=ft --variations=wght=94,wdth=100,opsz=72:U+0068,… 3 …0 --ned --remove-default-ignorables --font-funcs=ft --variations=wght=194,wdth=100,opsz=72:U+0068,…
|
D | CVAR-1.tests | 1 …00 --ned --remove-default-ignorables --font-funcs=ft --variations=wght=28,wdth=100,opsz=72:U+0068,… 2 …00 --ned --remove-default-ignorables --font-funcs=ft --variations=wght=94,wdth=100,opsz=72:U+0068,… 3 …0 --ned --remove-default-ignorables --font-funcs=ft --variations=wght=194,wdth=100,opsz=72:U+0068,…
|
/external/fonttools/Tests/varLib/instancer/ |
D | instancer_test.py | 42 wdth = _f_v_a_r.Axis() 43 wdth.axisTag = Tag("wdth") 44 wdth.minValue = 70 45 wdth.defaultValue = 100 46 wdth.maxValue = 100 47 return [wght, wdth] 1415 def test_multiple_instancing(self, varfont2, wght, wdth): argument 1417 instance = instancer.instantiateVariableFont(partial, {"wdth": wdth}) 1419 expected = _get_expected_instance_ttx("PartialInstancerTest2", wght, wdth)
|
/external/fonttools/Doc/source/varLib/ |
D | index.rst | 39 with default 400, and a ``wdth`` axis ranging 100-300 with default 150, 40 the location ``{"wdth": 200}`` represents the point ``wght=400,wdth=200``.
|
/external/fonttools/Lib/fontTools/varLib/ |
D | mutator.py | 378 wdth = location["wdth"] 380 if wdth < percent:
|
/external/fonttools/Doc/source/designspaceLib/ |
D | readme.rst | 475 <axis default="100" maximum="200" minimum="50" name="width" tag="wdth">
|
/external/fonttools/ |
D | NEWS.rst | 965 ``post.italicAngle`` based on the 'wght', 'wdth' and 'slnt' axis values
|