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

Method get_fontfamily

lib/matplotlib/text.py:925–933  ·  view source on GitHub ↗

Return the list of font families used for font lookup. See Also -------- .font_manager.FontProperties.get_family

(self)

Source from the content-addressed store, hash-verified

923 return self._fontproperties
924
925 def get_fontfamily(self):
926 """
927 Return the list of font families used for font lookup.
928
929 See Also
930 --------
931 .font_manager.FontProperties.get_family
932 """
933 return self._fontproperties.get_family()
934
935 def get_fontfeatures(self):
936 """

Callers 1

Calls 1

get_familyMethod · 0.80

Tested by 1