1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 01:17:34 +00:00
serenity/Userland/Libraries/LibPDF/Fonts
Andreas Kling f982400063 LibGfx: Rename TTF/TrueType to OpenType
OpenType is the backwards-compatible successor to TrueType, and the
format we're actually parsing in LibGfx. So let's call it that.
2022-12-21 08:44:22 +01: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 LibGfx: Rename TTF/TrueType to OpenType 2022-12-21 08:44:22 +01:00
TrueTypeFont.h LibGfx: Rename TTF/TrueType to OpenType 2022-12-21 08:44:22 +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