MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / get_fontproperties

Method get_fontproperties

site-packages/matplotlib/text.py:768–770  ·  view source on GitHub ↗

Return the `.font_manager.FontProperties` object

(self)

Source from the content-addressed store, hash-verified

766 return self._color
767
768 def get_fontproperties(self):
769 "Return the `.font_manager.FontProperties` object"
770 return self._fontproperties
771
772 def get_fontfamily(self):
773 """

Callers 2

__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected