Użytkownik Nate Lowrie napisał:
>    If you register TrueType Font files and use them in a report, will it
> bundle them with the report so you can use them on any machine?
>
>    

Hi.

It's runtime registration only in reportlab module.
But you can add application subdirectory like 'fonts' and distribute
it the same way like 'reports' subdirectory is.
Then in Application.afterInit() method you can use:
     
dabo.lib.reportWriter.addReportTTFontFilePath(os.path.join(self.Home, 
"fonts"))
It should work.

-- 
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/[email protected]

Reply via email to