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

Method _get_font

lib/matplotlib/_mathtext.py:258–259  ·  view source on GitHub ↗
(self, font: str)

Source from the content-addressed store, hash-verified

256 return 0.
257
258 def _get_font(self, font: str) -> FT2Font:
259 raise NotImplementedError
260
261 def _get_info(self, font: str, font_class: str, sym: str, fontsize: float,
262 dpi: float) -> FontInfo:

Callers 6

_get_glyphMethod · 0.45
_get_glyphMethod · 0.45
_get_glyphMethod · 0.45
_draw_text_as_pathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected