Lines Matching refs:wght
37 wght = _f_v_a_r.Axis()
38 wght.axisTag = Tag("wght")
39 wght.minValue = 100
40 wght.defaultValue = 400
41 wght.maxValue = 900
47 return [wght, wdth]
1415 def test_multiple_instancing(self, varfont2, wght, wdth): argument
1416 partial = instancer.instantiateVariableFont(varfont2, {"wght": wght})
1419 expected = _get_expected_instance_ttx("PartialInstancerTest2", wght, wdth)
1440 def test_overlap(self, varfont3, wght, overlap): argument
1443 location = {"wght": wght}
1450 "PartialInstancerTest3", wght, overlap=overlap