Not displaying Days
- From: bruno <bruno (at) lowagie.com>
- Date: Mon, 29 May 2006 15:10:54 +0200
akoukou (at) dblab.ece.ntua.gr wrote:
Sorry but i forgot to mention that the day is in Greek letters...
That makes more sense.
You are probably using a font that doesn't have the Greek letters,
or you are using the wrong encoding.
You need to construct your font like this:
BaseFont bf = BaseFont.createFont("c:/windows/fonts/arial.ttf",
"Cp1253", BaseFont.EMBEDDED);
font = new Font(bf, 12);
Cp1253 is the Codepage for Greek.
br,
Bruno
-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
iText-questions mailing list
iText-questions (at) lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions