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:
parent
e831c374f4
commit
4d0f74a15c
9 changed files with 252 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue