Am 05.08.2016 um 12:20 schrieb Jürgen Uhl:
I'm having problems writing a pdf document from elements of a previously read document. Everything works fine, except when I call showText on a PDPageContentStream where I previously set the font with "out.setFont(textState.getFont(), textState.getFontSize())" (see the INFORMATION log) and the font is ComicSansMS or ArialBlack. "textState" is (a clone from) the state from the previously read document. Writing text with Helvetica or Times-Roman works fine.

INFORMATION: set font PDTrueTypeFont RXNQOL+ComicSansMS,Bold/18.0 embedded SEVERE: error writing <w>U+0077 is not available in this font's encoding: built-in (TTF)

Most likely, the cause is that you're using a font subset. "RXNQOL+" means that it is a subset. So there is no easy solution.

Tilman

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to