Lines Matching refs:glyphs
108 glyphs = [f[glyph] for f in fonts]
109 assert glyphs_to_quadratic(glyphs) == expected
117 glyphs = [f['a'] for f in fonts]
119 glyphs_to_quadratic(glyphs, max_err=4.096, stats=stats)
123 glyphs = [f['a'] for f in fonts]
125 glyphs_to_quadratic(glyphs, max_err=[4.096, 4.096], stats=stats)
129 glyphs = [f['A'] for f in fonts]
130 assert glyphs_to_quadratic(glyphs, reverse_direction=True)
180 glyphs = []
186 glyphs.append(glyph)
188 glyphs_to_quadratic(glyphs)
268 glyphs = [glyph1, glyph2]
270 assert glyphs_to_quadratic(glyphs, reverse_direction=True)
272 assert [[(p.x, p.y) for p in glyph[0]] for glyph in glyphs] == [