1
Fork 0
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:
Matthew Olsson 2022-03-08 12:08:12 -07:00 committed by Andreas Kling
parent 8441fa2bc4
commit 0624472768
4 changed files with 133 additions and 0 deletions

View file

@ -4,6 +4,7 @@ set(SOURCES
Document.cpp
Encoding.cpp
Filter.cpp
Fonts.cpp
ObjectDerivatives.cpp
Parser.cpp
Renderer.cpp