1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 15:45:08 +00:00
serenity/Userland/Libraries/LibPDF/Fonts
Rodrigo Tobar 3588709986 LibPDF: Load Type1C fonts when found
Now that our CFF parser is working we can load Type1C fonts in PDF,
which are backed by a CFF stream.
2023-01-25 15:40:11 +01:00
..
CFF.cpp LibPDF: Add initial CFF parsing 2023-01-25 15:40:11 +01:00
CFF.h LibPDF: Add initial CFF parsing 2023-01-25 15:40:11 +01:00
PDFFont.cpp LibPDF: Record base font name read from document 2023-01-25 15:40:11 +01:00
PDFFont.h LibPDF: Record base font name read from document 2023-01-25 15:40:11 +01:00
PS1FontProgram.cpp LibPDF: Add name -> char code conversion in Encoding 2023-01-25 15:40:11 +01:00
PS1FontProgram.h LibPDF: Remove unused member 2023-01-25 15:40:11 +01:00
TrueTypeFont.cpp LibPDF: Avoid reading fields from moved-from Data object 2023-01-25 15:40:11 +01:00
TrueTypeFont.h LibPDF: Record base font name read from document 2023-01-25 15:40:11 +01:00
Type0Font.cpp LibPDF: Move all font handling to Type1Font and TrueTypeFont classes 2022-11-25 22:44:47 +01:00
Type0Font.h LibPDF: Record base font name read from document 2023-01-25 15:40:11 +01:00
Type1Font.cpp LibPDF: Load Type1C fonts when found 2023-01-25 15:40:11 +01:00
Type1Font.h LibPDF: Add new Type1FontProgram base class 2023-01-25 15:40:11 +01:00
Type1FontProgram.cpp LibPDF: Augment Type11FontProgram with Type2 capabilities 2023-01-25 15:40:11 +01:00
Type1FontProgram.h LibPDF: Augment Type11FontProgram with Type2 capabilities 2023-01-25 15:40:11 +01:00