Hi,
I'm loading two TTF Fonts Akzidenz grotesk light and bold to generate a Pdf with i tex.
Loading the Fonts works well but altough i do it all the same it converts only the light Font.
The Bold text get displayd in arial bold and not as akzidenz bold.
protected static Font HINTFONTBOLD = new Font(corporateFontBold, 9); works well
protected static Font HEADERFONT1 = FontFactory.getFont(corporateFont, 12); dosn't work
corporateFont is the path variable.
Is the bold Font from Akzidenz not suported by itext or does somebody have an idea what could go wrong ?
Appreciate your feedback.
Thanks
Christian
