Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0, 3.0.0 PDFBox
Description
LegacyPDFStreamEngine computes font height for every glyph and the computation is rather heavy, to work around all known problems.
Instead of computing for every glyph, we can recompute only when the font changes. The SetFontAndSize operator will be invoked when the font changes so we can use that to compute and store the height to have it ready when needed in showGlyph.
Attachments
Attachments
Issue Links
- links to