Re: [iText-questions] Using default fonts in PDFA

2007-10-25 Thread andrei . nunes
PDF-X. > I have the PFB and AFM files, the fonts are embedded but in > result the chars seems triangles!!! > > bf = BaseFont.createFont("Courier.pfb", "winansi", true); > f = new Font(bf, 12, 0, Color.BLACK); > > I have use another way to create these f

Re: [iText-questions] Using default fonts in PDFA

2007-10-25 Thread andrei . nunes
f, 12, 0, Color.BLACK); I have use another way to create these fonts? Thanks, Andrei Nunes -- Bruno Lowagie (iText) wrote : Schalück wrote: > Hi, > I want to use the standard Type 1 fonts (e.g. COURIER) within PDFA. It > is not possible to embed this font into my pdf document (see &g