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:
parent
21894f1cde
commit
9204252d02
3 changed files with 80 additions and 0 deletions
|
@ -14,6 +14,7 @@ set(SOURCES
|
|||
Fonts/Type0Font.cpp
|
||||
Fonts/Type1Font.cpp
|
||||
Fonts/Type1FontProgram.cpp
|
||||
Function.cpp
|
||||
Interpolation.cpp
|
||||
ObjectDerivatives.cpp
|
||||
Page.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue