[
https://issues.apache.org/jira/browse/PDFBOX-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
John Hewson resolved PDFBOX-2632.
---------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
Fixed by PDFBOX-2634, please note that PDPageContentStream has now changed
packages.
> Lost output when mixing subset and non-subset of the same font
> --------------------------------------------------------------
>
> Key: PDFBOX-2632
> URL: https://issues.apache.org/jira/browse/PDFBOX-2632
> Project: PDFBox
> Issue Type: Bug
> Components: FontBox
> Affects Versions: 2.0.0
> Reporter: Tilman Hausherr
> Assignee: John Hewson
> Fix For: 2.0.0
>
>
> On behalf of [~mkl]:
> There still is a small bug in that font subsetting in the current SNAPSHOT:
> If on the same page you first use a font without subsetting
> {code}stream.setFont(font, 12, false);{code}
> then add some text, then use the same font with subsetting
> {code}stream.setFont(font, 12, true);{code}
> then add some more text, the text drawn up to the second font setting
> operation may be incomplete.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]