1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-12 02:30:30 +09:00
ladybird/Userland/Libraries/LibPDF/Fonts
Julian Offenhäuser 7c4f5b58be LibPDF: Use Gfx::PathRasterizer for Adobe Type 1 font rendering
This gives much better visual results than painting the path directly.
It also has the nice side effect that Type 1 fonts will now look much
more similar to TrueType fonts, which use the same class :^)

In addition, we can now cache glyph bitmaps for repeated use.
2022-11-19 11:04:34 +01:00
..
PDFFont.cpp LibPDF: Add Type0 and TrueType fonts 2022-03-31 18:10:45 +02:00
PDFFont.h LibPDF: Add glyph drawing and type info methods to PDFFont 2022-10-16 17:44:54 +02:00
PS1FontProgram.cpp LibPDF: Use Gfx::PathRasterizer for Adobe Type 1 font rendering 2022-11-19 11:04:34 +01:00
PS1FontProgram.h LibPDF: Use Gfx::PathRasterizer for Adobe Type 1 font rendering 2022-11-19 11:04:34 +01:00
TrueTypeFont.cpp LibGfx: Move ScaledFont and new base class VectorFont out of TTF 2022-04-09 23:48:18 +02:00
TrueTypeFont.h LibPDF: Add glyph drawing and type info methods to PDFFont 2022-10-16 17:44:54 +02:00
Type0Font.cpp LibPDF: Don't expect glyph width arrays to contain integers 2022-09-17 10:07:14 +01:00
Type0Font.h LibPDF: Add glyph drawing and type info methods to PDFFont 2022-10-16 17:44:54 +02:00
Type1Font.cpp LibPDF: Use Gfx::PathRasterizer for Adobe Type 1 font rendering 2022-11-19 11:04:34 +01:00
Type1Font.h LibPDF: Use Gfx::PathRasterizer for Adobe Type 1 font rendering 2022-11-19 11:04:34 +01:00