(self)
| 795 | |
| 796 | @cached_property |
| 797 | def effects(self): |
| 798 | if self.resolve_path().match("*.600pk"): |
| 799 | return {} |
| 800 | return PsfontsMap(find_tex_file("pdftex.map"))[self.texname].effects |
| 801 | |
| 802 | def _index_dvi_to_freetype(self, idx): |
| 803 | """Convert dvi glyph indices to FreeType ones.""" |
nothing calls this directly
no test coverage detected