ladybird/Userland/Libraries/LibPDF/Fonts
Rodrigo Tobar a1af79dca6 LibPDF: Follow a FontFile's Length values
These can be references (at least from what I've found in some
documents), so we want to resolve them before using them.
2022-12-16 01:24:43 -07:00
..
PDFFont.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
PDFFont.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
PS1FontProgram.cpp LibPDF: Ignore seac PS1 commands for now 2022-12-16 01:24:43 -07:00
PS1FontProgram.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
TrueTypeFont.cpp LibPDF: Add missing character quirk for WinAnsiEncoding fonts 2022-12-08 09:54:20 +01:00
TrueTypeFont.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
Type0Font.cpp LibPDF: Move all font handling to Type1Font and TrueTypeFont classes 2022-11-25 22:44:47 +01:00
Type0Font.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
Type1Font.cpp LibPDF: Follow a FontFile's Length values 2022-12-16 01:24:43 -07:00
Type1Font.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00