Hi.
With latest Ed changes report encoding works as expected. Thanks.
But there is yet another problem I mentioned in ticket.
It's Reportlab font registration issue.
I would like to discuss two proposals:
1) register all fonts found on TTFSearchPath
when report library is imported;
2) register font dynamically (like in my patch),
in setFont() method.
In both cases, method for extending TTFSearchPath should be provided
for developer, e.g. to point location of custom fonts, delivered
with application.
In second case, there should be entry in 'settings.py',
to allow mapping font names to corresponding font files,
like: fontFileMap = {"MyFont": "/path_to/myfontfile.ttf"}.
I think, that first method is simpler, isn't it?
Regards
Jacek Kałucki
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/1285940141.2440.42.ca...@ubulit