dompdf / php-font-lib

A library to read, parse, export and make subsets of different types of font files.
GNU Lesser General Public License v2.1
1.73k stars 256 forks source link

Move composite instructions from the last component to the outline #134

Open bsweeney opened 6 months ago

bsweeney commented 6 months ago

The data flagged by WE_HAVE_INSTRUCTIONS in the composite outline is currently persisted with the last component. This data is actually relevant to the outline as a whole and should be persisted to the OutlineComposite class.

_Originally posted by @bsweeney in https://github.com/dompdf/php-font-lib/pull/115#discussion_r1382422038_