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

Method get_fontweight

lib/matplotlib/text.py:981–989  ·  view source on GitHub ↗

Return the font weight as a string or a number. See Also -------- .font_manager.FontProperties.get_weight

(self)

Source from the content-addressed store, hash-verified

979 return self._fontproperties.get_variant()
980
981 def get_fontweight(self):
982 """
983 Return the font weight as a string or a number.
984
985 See Also
986 --------
987 .font_manager.FontProperties.get_weight
988 """
989 return self._fontproperties.get_weight()
990
991 def get_stretch(self):
992 """

Callers 1

Calls 1

get_weightMethod · 0.45

Tested by 1