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

Method set_size

lib/matplotlib/textpath.py:339–342  ·  view source on GitHub ↗

Set the text size.

(self, size)

Source from the content-addressed store, hash-verified

337 self._should_simplify = False
338
339 def set_size(self, size):
340 """Set the text size."""
341 self._size = size
342 self._invalid = True
343
344 def get_size(self):
345 """Get the text size."""

Callers 15

__init__Method · 0.95
_update_offsetTextMethod · 0.45
set_fontsizeMethod · 0.45
_get_infoMethod · 0.45
__init__Method · 0.45
_get_fontMethod · 0.45
get_glyphs_mathtextMethod · 0.45
get_glyphs_texMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 6

test_ft2font_set_sizeFunction · 0.36
test_ft2font_get_kerningFunction · 0.36
test_ft2font_set_textFunction · 0.36
test_ft2font_loadingFunction · 0.36
test_ft2font_drawingFunction · 0.36
test_ft2font_get_pathFunction · 0.36