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

LibPDF: Move code to compute full page contents into Page

Pure code move, no behavior change.
This commit is contained in:
Nico Weber 2023-07-12 09:27:26 -04:00 committed by Tim Flynn
parent f4f8a6a1bf
commit 69c965b987
4 changed files with 41 additions and 22 deletions

View file

@ -16,6 +16,7 @@ set(SOURCES
Fonts/Type1FontProgram.cpp
Interpolation.cpp
ObjectDerivatives.cpp
Page.cpp
Parser.cpp
Reader.cpp
Renderer.cpp