(self, fontname: str, font_class: str,
uniindex: CharacterCodeType)
| 624 | _slanted_symbols = set(r"\int \oint".split()) |
| 625 | |
| 626 | def _map_virtual_font(self, fontname: str, font_class: str, |
| 627 | uniindex: CharacterCodeType) -> tuple[str, CharacterCodeType]: |
| 628 | return fontname, uniindex |
| 629 | |
| 630 | def _get_glyph(self, fontname: str, font_class: str, |
| 631 | sym: str) -> tuple[FT2Font, CharacterCodeType, bool]: |