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

Saving the font subset on the memory instead of writing on disk #110

Open keto33 opened 2 years ago

keto33 commented 2 years ago

This is a follow-up to my previous issue. I just wonder if there is any plan for saving the subset font on the memory instead of writing it on the disk?

This feature should be very helpful for the purpose of embedding the font in PDF.

bsweeney commented 2 years ago

I think that's probably a worthwhile update. Something similar has been suggested for Dompdf.