(self, font: str)
| 256 | return 0. |
| 257 | |
| 258 | def _get_font(self, font: str) -> FT2Font: |
| 259 | raise NotImplementedError |
| 260 | |
| 261 | def _get_info(self, font: str, font_class: str, sym: str, fontsize: float, |
| 262 | dpi: float) -> FontInfo: |
no outgoing calls
no test coverage detected