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

Method get_font_constants

lib/matplotlib/_mathtext.py:345–346  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

343 return [(fontname, sym)]
344
345 def get_font_constants(self) -> type[FontConstantsBase]:
346 return FontConstantsBase
347
348
349class TruetypeFonts(Fonts, metaclass=abc.ABCMeta):

Callers 5

get_axis_heightMethod · 0.45
get_quadMethod · 0.45
get_xheightMethod · 0.45
subsuperMethod · 0.45
_genfracMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected