1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:38:12 +00:00
serenity/Userland/Libraries/LibPDF/Fonts
Julian Offenhäuser b14f0950a5 LibPDF: Add very basic support for Adobe Type 1 font rendering
Previously we would draw all text, no matter what font type, as
Liberation Serif, which results in things like ugly character spacing.

We now have partial support for drawing Type 1 glyphs, which are part of
a PostScript font program. We completely ignore hinting for now, which
results in ugly looking characters at low resolutions, but gain support
for a large number of typefaces, including most of the default fonts
used in TeX.
2022-10-16 17:44:54 +02: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: Add very basic support for Adobe Type 1 font rendering 2022-10-16 17:44:54 +02:00
PS1FontProgram.h LibPDF: Add very basic support for Adobe Type 1 font rendering 2022-10-16 17:44:54 +02: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: Add very basic support for Adobe Type 1 font rendering 2022-10-16 17:44:54 +02:00
Type1Font.h LibPDF: Add very basic support for Adobe Type 1 font rendering 2022-10-16 17:44:54 +02:00