(self, font: str, font_class: str, sym: str, fontsize: float,
dpi: float)
| 259 | raise NotImplementedError |
| 260 | |
| 261 | def _get_info(self, font: str, font_class: str, sym: str, fontsize: float, |
| 262 | dpi: float) -> FontInfo: |
| 263 | raise NotImplementedError |
| 264 | |
| 265 | def get_metrics(self, font: str, font_class: str, sym: str, fontsize: float, |
| 266 | dpi: float) -> FontMetrics: |
no outgoing calls
no test coverage detected