Re: [Podofo-users] bold/italic fonts

2012-09-05 Thread Dominik Seichter
Is there a font file for italic Helvetica on your system? On Tue, Sep 4, 2012 at 8:44 PM, Ismael Schellemberg isma...@gmail.com wrote: is there a reason why a font wouldn't be bold or italic when created like this?: PdfFont *font = document-CreateFont(Helvetica, true, true); font-IsBold()

Re: [Podofo-users] bold/italic fonts

2012-09-05 Thread Leonard Rosenthol
@lists.sourceforge.net Subject: [Podofo-users] bold/italic fonts is there a reason why a font wouldn't be bold or italic when created like this?: PdfFont *font = document-CreateFont(Helvetica, true, true); font-IsBold() font-IsItalic() both return false ... How could I create a bold (and if possible

Re: [Podofo-users] bold/italic fonts

2012-09-05 Thread Ismael Schellemberg
] bold/italic fonts is there a reason why a font wouldn't be bold or italic when created like this?: PdfFont *font = document-CreateFont(Helvetica, true, true); font-IsBold() font-IsItalic() both return false … How could I create a bold (and if possible, italic) font? even if it's

Re: [Podofo-users] bold/italic fonts

2012-09-05 Thread Ismael Schellemberg
I'm pretty sure there is (building this for iOS), but it's eluding me for some reason I tried Helvetica Bold, Helvetica-Bold, but nothing, i think i'll just go without bold ... thanks anyway :) On 05/09/2012, at 04:54, Dominik Seichter domseich...@googlemail.com wrote: Is there a font file