Return the name of the font family used for math text. The default font is :rc:`mathtext.fontset`.
(self)
| 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 | """ |