mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:27:35 +00:00
LibPDF: Add initial support for Type1 fonts
This is enough to get a char code -> code point mapping
This commit is contained in:
parent
8441fa2bc4
commit
0624472768
4 changed files with 133 additions and 0 deletions
|
@ -4,6 +4,7 @@ set(SOURCES
|
|||
Document.cpp
|
||||
Encoding.cpp
|
||||
Filter.cpp
|
||||
Fonts.cpp
|
||||
ObjectDerivatives.cpp
|
||||
Parser.cpp
|
||||
Renderer.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue