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

LibPDF: Add support for builtin and custom Encodings

This commit is contained in:
Matthew Olsson 2022-03-08 12:04:07 -07:00 committed by Andreas Kling
parent 1f9aed2617
commit 8441fa2bc4
4 changed files with 819 additions and 0 deletions

View file

@ -2,6 +2,7 @@ set(SOURCES
ColorSpace.cpp
CommonNames.cpp
Document.cpp
Encoding.cpp
Filter.cpp
ObjectDerivatives.cpp
Parser.cpp