MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / test_unicode_sizing

Function test_unicode_sizing

lib/matplotlib/tests/test_usetex.py:254–258  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

252
253
254def 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

Callers

nothing calls this directly

Calls 1

get_glyphs_texMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…