Get the axis height for the given *font* and *fontsize*.
(self, font: str, fontsize: float, dpi: float)
| 308 | output.rects.append((x, y, w, h)) |
| 309 | |
| 310 | def get_axis_height(self, font: str, fontsize: float, dpi: float) -> float: |
| 311 | """ |
| 312 | Get the axis height for the given *font* and *fontsize*. |
| 313 | """ |
| 314 | raise NotImplementedError() |
| 315 | |
| 316 | def get_quad(self, font: str, fontsize: float, dpi: float) -> float: |
| 317 | """ |