[reportlab-users] Antwort: reportlab-users Digest, Vol 21, Issue 17

snitsch at kuhnke.de snitsch at kuhnke.de
Fri May 19 02:47:27 EDT 2006


Hello Tim,

Thank you for your answer.
I've solved meanwhile the problem in a different way.
I changed an installed ttf-File by unterlining each character, using the 
tool Font Creator 5.0, it was a rather fast work.
I've installed the new font under a different name as windows-font.
Then, I registered in my python-script this new font:

import reportlab.rl_config
reportlab.rl_config.warnOnMissingFontGlyphs = 0
from reportlab.pdfbase import pdfmetrics
from reportlab.pdfbase.ttfonts import TTFont
pdfmetrics.registerFont(TTFont("Arial_un","arialbd_un.ttf"))

After this, I can use the Font "Arial_un" like f. e. "Helvetica"

Sincerly        Sabine

*********************************************************************************


Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Alle Ansichten in dieser Mail sind persoenliche Ansichten des Verfassers und decken sich nicht notwendigerweise mit denen des Unternehmens. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any views or opinions presented are solely those of the author and do not necessarily represent those of our company. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly prohibited.

*********************************************************************************

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://two.pairlist.net/pipermail/reportlab-users/attachments/20060519/a78b7695/attachment.htm


More information about the reportlab-users mailing list