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

Method get_fontstyle

lib/matplotlib/text.py:951–959  ·  view source on GitHub ↗

Return the font style as a string. See Also -------- .font_manager.FontProperties.get_style

(self)

Source from the content-addressed store, hash-verified

949 return self._fontproperties.get_name()
950
951 def get_fontstyle(self):
952 """
953 Return the font style as a string.
954
955 See Also
956 --------
957 .font_manager.FontProperties.get_style
958 """
959 return self._fontproperties.get_style()
960
961 def get_fontsize(self):
962 """

Callers 1

test_font_stylesFunction · 0.80

Calls 1

get_styleMethod · 0.80

Tested by 1

test_font_stylesFunction · 0.64