Return the fontangle as float.
(self)
| 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.""" |