ladybird/Userland/Libraries/LibPDF
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
..
Fonts LibPDF: Add very basic support for Adobe Type 1 font rendering 2022-10-16 17:44:54 +02:00
CMakeLists.txt LibPDF: Add very basic support for Adobe Type 1 font rendering 2022-10-16 17:44:54 +02:00
ColorSpace.cpp
ColorSpace.h
CommonNames.cpp
CommonNames.h LibPDF: Add very basic support for Adobe Type 1 font rendering 2022-10-16 17:44:54 +02:00
Document.cpp LibPDF: Allow page objects to inherit the MediaBox and Resources entries 2022-10-16 17:44:54 +02:00
Document.h LibPDF: Allow page objects to inherit the MediaBox and Resources entries 2022-10-16 17:44:54 +02:00
DocumentParser.cpp LibPDF: Support parsing page tree nodes that are in object streams 2022-09-17 10:07:14 +01:00
DocumentParser.h LibPDF: Implement loading compressed objects from object streams 2022-09-17 10:07:14 +01:00
Encoding.cpp LibPDF: Add very basic support for Adobe Type 1 font rendering 2022-10-16 17:44:54 +02:00
Encoding.h LibPDF: Add very basic support for Adobe Type 1 font rendering 2022-10-16 17:44:54 +02:00
Encryption.cpp
Encryption.h
Error.h
Filter.cpp
Filter.h
Forward.h
Object.h
ObjectDerivatives.cpp
ObjectDerivatives.h LibPDF: Support parsing page tree nodes that are in object streams 2022-09-17 10:07:14 +01:00
Operator.h
Parser.cpp LibPDF: Allow text operator sequences to start with whitespace 2022-10-16 17:44:54 +02:00
Parser.h LibPDF: Disallow parsing indirect values as operands 2022-09-17 10:07:14 +01:00
Reader.cpp LibPDF: Parse floating point numbers that omit a leading zero correctly 2022-10-16 17:44:54 +02:00
Reader.h
Reference.h
Renderer.cpp LibPDF: Add very basic support for Adobe Type 1 font rendering 2022-10-16 17:44:54 +02:00
Renderer.h LibPDF: Fix text positioning with operator TJ 2022-09-17 10:07:14 +01:00
Value.cpp
Value.h
XRefTable.h Libraries: Add missing includes, add namespace qualifiers 2022-09-18 13:27:24 -04:00