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

LibPDF: Add Type0 and TrueType fonts

This commit is contained in:
Matthew Olsson 2022-03-25 08:19:34 -07:00 committed by Andreas Kling
parent e831c374f4
commit 4d0f74a15c
9 changed files with 252 additions and 0 deletions

View file

@ -6,6 +6,8 @@ set(SOURCES
Encryption.cpp
Filter.cpp
Fonts/PDFFont.cpp
Fonts/TrueTypeFont.cpp
Fonts/Type0Font.cpp
Fonts/Type1Font.cpp
ObjectDerivatives.cpp
Parser.cpp