RE: [iText-questions] FontFactory ITALIC not working

2003-01-26 Thread Paulo Soares
Re: [iText-questions] FontFactory ITALIC not working > > Quoting David Thielen <[EMAIL PROTECTED]>: > > > Hi; > > > > I am creating a font as such: > > Font font = FontFactory.getFont( "Comic Sans MS", 12.0f, FONT.ITALIC > ); > >

Re: [iText-questions] FontFactory ITALIC not working

2003-01-25 Thread David Thielen
D]> Sent: Saturday, January 25, 2003 12:53 AM Subject: Re: [iText-questions] FontFactory ITALIC not working > Quoting David Thielen <[EMAIL PROTECTED]>: > > > Hi; > > > > I am creating a font as such: > > Font font = FontFactory.getFont( "Comic

[iText-questions] FontFactory ITALIC not working

2003-01-24 Thread David Thielen
Hi;   I am creating a font as such:     Font font = FontFactory.getFont( "Comic Sans MS", 12.0f, FONT.ITALIC );     BaseFont bf = font.getBaseFont();   If I do regular or BOLD - it works. But ITALIC or BOLD | ITALIC and it comes out regular. I know I have italic and bolditalic on my system b