[reportlab-users] Cyrillic font and page direction

Satish Kalipatnapu Satish.Kalipatnapu at CipherTrust.com
Mon Dec 19 13:31:17 EST 2005


Not sure about cyrillic in specific, and also your OS.

But the following should work for Windows and FreeBSD OS.

There are free unicode fonts, google keywords are 'freefont', 'mona',
and 'cyberbit'. All these are true type fonts. And you will need to
register the fonts as

pdfmetrics.registerFont(
	TTFont('FreeSans',
'/home/dloads/freefont-20051206/FreeSans.ttf') )

Then use, setFont with font_name = 'FreeSans'



-----Original Message-----
From: reportlab-users-bounces at reportlab.com
[mailto:reportlab-users-bounces at reportlab.com] On Behalf Of Tulga
Sent: Saturday, December 17, 2005 12:34 AM
To: Support list for users of Reportlab software
Subject: [reportlab-users] Cyrillic font and page direction


Hi all!

I cannot create pdf with cyrillic text. How I load fonts? also I want 
horizontal A4 page. Where I set?

Thanks,
Tulga.G
_______________________________________________
reportlab-users mailing list
reportlab-users at reportlab.com
http://two.pairlist.net/mailman/listinfo/reportlab-users


More information about the reportlab-users mailing list