1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:48:11 +00:00
serenity/Userland/Libraries/LibPDF/Fonts
Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString
DeprecatedFlyString relies heavily on DeprecatedString's StringImpl, so
let's rename it to A) match the name of DeprecatedString, B) write a new
FlyString class that is tied to String.
2023-01-09 23:00:24 +00:00
..
PDFFont.cpp AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
PDFFont.h LibPDF: Use subpixel accurate text rendering 2023-01-05 12:09:35 +01:00
PS1FontProgram.cpp LibGfx+LibPDF: Apply subpixel offset in affine transformation 2023-01-05 13:50:26 +01:00
PS1FontProgram.h LibGfx+LibPDF: Apply subpixel offset in affine transformation 2023-01-05 13:50:26 +01:00
TrueTypeFont.cpp LibPDF: Use subpixel accurate text rendering 2023-01-05 12:09:35 +01:00
TrueTypeFont.h LibPDF: Use subpixel accurate text rendering 2023-01-05 12:09:35 +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: Use subpixel accurate text rendering 2023-01-05 12:09:35 +01:00
Type1Font.cpp LibPDF: Make glyphs from standard 14 fonts show up in Type1Font 2023-01-09 22:54:36 +00:00
Type1Font.h LibPDF: Use subpixel accurate text rendering 2023-01-05 12:09:35 +01:00