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

LibPDF: Add scaffolding for function objects

See PDF 1.7 Spec, "3.9 Functions".
This commit is contained in:
Nico Weber 2023-11-03 06:18:37 -04:00 committed by Andreas Kling
parent 21894f1cde
commit 9204252d02
3 changed files with 80 additions and 0 deletions

View file

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