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
> );
> >
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
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