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

Method get_quad

lib/matplotlib/_mathtext.py:316–320  ·  view source on GitHub ↗

Get the size of a quad for the given *font* and *fontsize*.

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

Source from the content-addressed store, hash-verified

314 raise NotImplementedError()
315
316 def get_quad(self, font: str, fontsize: float, dpi: float) -> float:
317 """
318 Get the size of a quad for the given *font* and *fontsize*.
319 """
320 raise NotImplementedError()
321
322 def get_xheight(self, font: str, fontsize: float, dpi: float) -> float:
323 """

Callers 1

_make_spaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected