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

Method get_xheight

lib/matplotlib/_mathtext.py:322–326  ·  view source on GitHub ↗

Get the xheight for the given *font* and *fontsize*.

(self, font: str, fontsize: float, dpi: float)

Source from the content-addressed store, hash-verified

320 raise NotImplementedError()
321
322 def get_xheight(self, font: str, fontsize: float, dpi: float) -> float:
323 """
324 Get the xheight for the given *font* and *fontsize*.
325 """
326 raise NotImplementedError()
327
328 def get_underline_thickness(self, font: str, fontsize: float, dpi: float) -> float:
329 """

Callers 3

__init__Method · 0.45
subsuperMethod · 0.45
_genfracMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected