[reportlab-users] Font Anti-Aliasing
Robin Becker
robin at reportlab.com
Tue Oct 9 11:54:50 EDT 2007
Sebastian Ware wrote:
> Maybe if you use a bitmap font?
>
> Mvh Sebastian
.......
Not if you let us do the text writing. Our back end library just draws the
curves and fills so you'd have to handle the bit maps yourself. I think there is
an image merging ability.
ou could just use a pseudo String class in an overridden canvas to get hold of
the writes in an abstract form. At the end convert to PIL rgb and then carry out
the writes with PIL. It shouldn't be too hard to create a renderPIL directly.
--
Robin Becker
More information about the reportlab-users
mailing list