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

LibPDF: Move consume and match helper functions to the Reader class

This commit is contained in:
Julian Offenhäuser 2022-08-15 11:02:38 +02:00 committed by Sam Atkins
parent 8de7a91571
commit 9f4659cc63
5 changed files with 173 additions and 160 deletions

View file

@ -11,6 +11,7 @@ set(SOURCES
Fonts/Type1Font.cpp
ObjectDerivatives.cpp
Parser.cpp
Reader.cpp
Renderer.cpp
Value.cpp
)