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

Method get_font_names

lib/matplotlib/font_manager.py:1534–1536  ·  view source on GitHub ↗

Return the list of available fonts.

(self)

Source from the content-addressed store, hash-verified

1532 return ret
1533
1534 def get_font_names(self):
1535 """Return the list of available fonts."""
1536 return list({font.name for font in self.ttflist})
1537
1538 def _find_fonts_by_props(self, prop, fontext='ttf', directory=None,
1539 fallback_to_default=True, rebuild_if_missing=True):

Callers 1

test_get_font_namesFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_get_font_namesFunction · 0.64