(self, fontPath)
| 32 | # T E X T |
| 33 | |
| 34 | def installFont(self, fontPath): |
| 35 | self._installedFonts.append(fontPath) |
| 36 | if os.path.exists(fontPath): |
| 37 | return path2Name(fontPath) |
| 38 | return None |
| 39 | |
| 40 | def fontName2FontPath(self, fontName): |
| 41 | """We cannot tell the relation of the font name and the font path for |