Derek,
On Fri, May 31, 2024 at 2:23 PM Derek B. Noonburg
wrote:
> For what it's worth, I've encountered the same problem in a few PDF
> files. In all the cases I've seen, the OpenType file contains just the
> 'CFF ' table. My code checks for a missing 'head' table, and in that
> case it extracts
For what it's worth, I've encountered the same problem in a few PDF
files. In all the cases I've seen, the OpenType file contains just the
'CFF ' table. My code checks for a missing 'head' table, and in that
case it extracts the CFF blob and handles it as a CFF (not OpenType)
font.
I haven't run i