MCPcopy
hub / github.com/matplotlib/matplotlib / get_family

Method get_family

lib/matplotlib/font_manager.py:870–878  ·  view source on GitHub ↗

Return a list of individual font family names or generic family names. The font families or generic font families (which will be resolved from their respective rcParams when searching for a matching font) in the order of preference.

(self)

Source from the content-addressed store, hash-verified

868 return self.get_fontconfig_pattern()
869
870 def get_family(self):
871 """
872 Return a list of individual font family names or generic family names.
873
874 The font families or generic font families (which will be resolved
875 from their respective rcParams when searching for a matching font) in
876 the order of preference.
877 """
878 return list(self._family)
879
880 def get_name(self):
881 """

Callers 6

get_fontfamilyMethod · 0.80
_find_fonts_by_propsMethod · 0.80
_findfont_cachedMethod · 0.80
_escape_and_apply_propsFunction · 0.80
_get_all_quoted_namesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected