Hi,
In the PrintRendererConfigurator. addFontInfoListFromFileList is a bug. When no EmbedFontInfo is found the method returns neglecting the other found fonts in the fontFileList. This way I had no support for Verdana and some other fonts. When no embedFontInfos is found, the loop should continue as apposed to returning from the method. The attached patch changes the return into a continue Cheers, Raphael
font patch.patch
Description: Binary data
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
