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

LibPDF: Load Type1C fonts when found

Now that our CFF parser is working we can load Type1C fonts in PDF,
which are backed by a CFF stream.
This commit is contained in:
Rodrigo Tobar 2023-01-15 11:29:12 +08:00 committed by Andreas Kling
parent c4b45a82cd
commit 3588709986
2 changed files with 12 additions and 0 deletions

View file

@ -132,6 +132,7 @@
A(Title) \
A(ToUnicode) \
A(Type) \
A(Type1C) \
A(U) \
A(UCR) \
A(UseBlackPTComp) \