()
| 252 | |
| 253 | |
| 254 | def test_unicode_sizing(): |
| 255 | tp = mpl.textpath.TextToPath() |
| 256 | scale1 = tp.get_glyphs_tex(mpl.font_manager.FontProperties(), "W")[0][0][3] |
| 257 | scale2 = tp.get_glyphs_tex(mpl.font_manager.FontProperties(), r"\textwon")[0][0][3] |
| 258 | assert scale1 == scale2 |
nothing calls this directly
no test coverage detected
searching dependent graphs…