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

Method get_fontproperties

lib/matplotlib/text.py:921–923  ·  view source on GitHub ↗

Return the `.font_manager.FontProperties`.

(self)

Source from the content-addressed store, hash-verified

919 return self._color
920
921 def get_fontproperties(self):
922 """Return the `.font_manager.FontProperties`."""
923 return self._fontproperties
924
925 def get_fontfamily(self):
926 """

Callers 5

__init__Method · 0.80
QuiverKeyClass · 0.80
test_argument_orderFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_argument_orderFunction · 0.64