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

Method get_math_fontfamily

lib/matplotlib/font_manager.py:1073–1079  ·  view source on GitHub ↗

Return the name of the font family used for math text. The default font is :rc:`mathtext.fontset`.

(self)

Source from the content-addressed store, hash-verified

1071 getattr(self, "set_" + key)(val)
1072
1073 def get_math_fontfamily(self):
1074 """
1075 Return the name of the font family used for math text.
1076
1077 The default font is :rc:`mathtext.fontset`.
1078 """
1079 return self._math_fontfamily
1080
1081 def set_math_fontfamily(self, fontfamily):
1082 """

Callers 1

_parse_cachedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected