>>> getFontByName('PageBot')
(name)
| 74 | return contexts |
| 75 | |
| 76 | def getFontByName(name): |
| 77 | """ |
| 78 | >>> getFontByName('PageBot') |
| 79 | """ |
| 80 | return findFont(name) |
| 81 | |
| 82 | ''' |
| 83 | In order to let PageBot scripts and applications exchange information without |
nothing calls this directly
no test coverage detected