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

Method get_fontsize

lib/matplotlib/text.py:961–969  ·  view source on GitHub ↗

Return the font size as an integer. See Also -------- .font_manager.FontProperties.get_size_in_points

(self)

Source from the content-addressed store, hash-verified

959 return self._fontproperties.get_style()
960
961 def get_fontsize(self):
962 """
963 Return the font size as an integer.
964
965 See Also
966 --------
967 .font_manager.FontProperties.get_size_in_points
968 """
969 return self._fontproperties.get_size_in_points()
970
971 def get_fontvariant(self):
972 """

Callers 5

__init__Method · 0.45
test_table_fontsizeFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_table_fontsizeFunction · 0.36