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

Method is_slanted

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

Source from the content-addressed store, hash-verified

1218 self.depth = -(metrics.iceberg - metrics.height)
1219
1220 def is_slanted(self) -> bool:
1221 return self._metrics.slanted
1222
1223 def get_kerning(self, next: Node | None) -> float:
1224 """

Callers 1

is_slantedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected