Get the size of a quad for the given *font* and *fontsize*.
(self, font: str, fontsize: float, dpi: float)
| 314 | raise NotImplementedError() |
| 315 | |
| 316 | def get_quad(self, font: str, fontsize: float, dpi: float) -> float: |
| 317 | """ |
| 318 | Get the size of a quad for the given *font* and *fontsize*. |
| 319 | """ |
| 320 | raise NotImplementedError() |
| 321 | |
| 322 | def get_xheight(self, font: str, fontsize: float, dpi: float) -> float: |
| 323 | """ |