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:
parent
0f21b35d1c
commit
715b6f868f
3 changed files with 73 additions and 2 deletions
|
@ -27,6 +27,8 @@
|
|||
A(CF) \
|
||||
A(CFM) \
|
||||
A(CalRGB) \
|
||||
A(CIDFontType0) \
|
||||
A(CIDFontType2) \
|
||||
A(CIDSystemInfo) \
|
||||
A(CIDToGIDMap) \
|
||||
A(Colors) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue