ttf fonts
Robin Becker <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <[email protected]> |
I think I have solved the emoji issue observed with the Symbola.ttf font. Problem was we only handled the format 4 cmap and Symbola full requires a format 12 handler. I have made TTFont a bit more general, but I would like examples for cmap formats 0, 2 & 6. If you know of such fonts (preferably free) let me know and I'll try and get those working as well. The logic doesn't look too bad, but it's a lot of bit twiddling so likely to be wrong at first try. -- Robin Becker