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

Method get_fontsize

lib/matplotlib/offsetbox.py:1461–1463  ·  view source on GitHub ↗

Return the fontsize in points.

(self)

Source from the content-addressed store, hash-verified

1459 self.stale = True
1460
1461 def get_fontsize(self):
1462 """Return the fontsize in points."""
1463 return self.prop.get_size_in_points()
1464
1465 def get_window_extent(self, renderer=None):
1466 # docstring inherited

Callers 1

update_positionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected