1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:17:35 +00:00

LibPDF: Sketch out Type0 font support some more

Type0 fonts can be either CFF-based or TrueType-based.
Create a subclass for each, put in some spec text, and
give each case a dedicated error code, so that `--debugging-stats`
can tell me which branch is more common.
This commit is contained in:
Nico Weber 2023-07-24 14:32:47 -04:00 committed by Andreas Kling
parent 0f21b35d1c
commit 715b6f868f
3 changed files with 73 additions and 2 deletions

View file

@ -27,6 +27,8 @@
A(CF) \
A(CFM) \
A(CalRGB) \
A(CIDFontType0) \
A(CIDFontType2) \
A(CIDSystemInfo) \
A(CIDToGIDMap) \
A(Colors) \