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

Method render

lib/matplotlib/_mathtext.py:1239–1242  ·  view source on GitHub ↗
(self, output: Output, x: float, y: float)

Source from the content-addressed store, hash-verified

1237 return advance + kern
1238
1239 def render(self, output: Output, x: float, y: float) -> None:
1240 self.fontset.render_glyph(
1241 output, x, y,
1242 self.font, self.font_class, self.c, self.fontsize, self.dpi)
1243
1244 def shrink(self) -> None:
1245 super().shrink()

Callers

nothing calls this directly

Calls 1

render_glyphMethod · 0.80

Tested by

no test coverage detected