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

LibPDF: Add some scaffolding for type 3 fonts

This commit is contained in:
Nico Weber 2023-11-14 08:29:11 -05:00 committed by Sam Atkins
parent 7f999b1ff5
commit 4cd1a2d319
4 changed files with 61 additions and 1 deletions

View file

@ -14,6 +14,7 @@ set(SOURCES
Fonts/Type0Font.cpp
Fonts/Type1Font.cpp
Fonts/Type1FontProgram.cpp
Fonts/Type3Font.cpp
Function.cpp
Interpolation.cpp
ObjectDerivatives.cpp