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

Method get_fontname

lib/matplotlib/text.py:941–949  ·  view source on GitHub ↗

Return the font name as a string. See Also -------- .font_manager.FontProperties.get_name

(self)

Source from the content-addressed store, hash-verified

939 return self._features
940
941 def get_fontname(self):
942 """
943 Return the font name as a string.
944
945 See Also
946 --------
947 .font_manager.FontProperties.get_name
948 """
949 return self._fontproperties.get_name()
950
951 def get_fontstyle(self):
952 """

Callers

nothing calls this directly

Calls 1

get_nameMethod · 0.80

Tested by

no test coverage detected