Get the xheight for the given *font* and *fontsize*.
(self, font: str, fontsize: float, dpi: float)
| 320 | raise NotImplementedError() |
| 321 | |
| 322 | def get_xheight(self, font: str, fontsize: float, dpi: float) -> float: |
| 323 | """ |
| 324 | Get the xheight for the given *font* and *fontsize*. |
| 325 | """ |
| 326 | raise NotImplementedError() |
| 327 | |
| 328 | def get_underline_thickness(self, font: str, fontsize: float, dpi: float) -> float: |
| 329 | """ |