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

Method get_fontfeatures

lib/matplotlib/text.py:935–939  ·  view source on GitHub ↗

Return a tuple of font feature tags to enable.

(self)

Source from the content-addressed store, hash-verified

933 return self._fontproperties.get_family()
934
935 def get_fontfeatures(self):
936 """
937 Return a tuple of font feature tags to enable.
938 """
939 return self._features
940
941 def get_fontname(self):
942 """

Callers 6

_draw_text_as_pathMethod · 0.80
draw_textMethod · 0.80
draw_textMethod · 0.80
_draw_text_as_pathMethod · 0.80
draw_textMethod · 0.80
_test_text_featuresFunction · 0.80

Calls

no outgoing calls

Tested by 1

_test_text_featuresFunction · 0.64