This is just an observation as I was debugging some code that was trying to use the isSymbolic attribute of the font.
--------------------------------------------------------------------------- Hi, Is this just an observation (and I agree that it makes sense), or do you also have a PDF whose rendering is incorrect? Tilman On Wed, Oct 15, 2014 at 1:57 PM, Hisham Said <[email protected]> wrote: > Hello, > > I believe the following lines should fallback to false instead of true. > > > https://github.com/apache/pdfbox/blob/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/PDFont.java#L401-L402 > > { > // unless we can prove that the font is symbolic, we assume that it is > not > isSymbolic = true; > } > > Thought to let you know. > > Best Regards, > Hisham >
