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

Method get_angle

lib/matplotlib/_afm.py:477–479  ·  view source on GitHub ↗

Return the fontangle as float.

(self)

Source from the content-addressed store, hash-verified

475 return self._header['Weight']
476
477 def get_angle(self) -> float:
478 """Return the fontangle as float."""
479 return self._header['ItalicAngle']
480
481 def get_ascender(self) -> float:
482 """Return the ascent as float."""

Callers 1

afmFontPropertyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected