serenity/Userland/Libraries/LibPDF
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
..
Fonts LibGfx: Rename TTF/TrueType to OpenType 2022-12-21 08:44:22 +01:00
CMakeLists.txt
ColorSpace.cpp
ColorSpace.h
CommonNames.cpp
CommonNames.h LibPDF: Treat Encyption's Length item as optional 2022-12-20 10:28:58 +01:00
Document.cpp LibPDF: Store page number, not Value, in OutlineItem 2022-12-17 19:40:52 +01:00
Document.h LibPDF: Store page number, not Value, in OutlineItem 2022-12-17 19:40:52 +01:00
DocumentParser.cpp
DocumentParser.h
Encoding.cpp
Encoding.h
Encryption.cpp LibPDF: Reset encryption key on failed user password attempt 2022-12-20 10:28:58 +01:00
Encryption.h
Error.h LibPDF: Add Errors class that accumulate multiple errors 2022-12-16 10:04:23 +01:00
Filter.cpp
Filter.h
Forward.h
Interpolation.cpp
Interpolation.h
Object.h
ObjectDerivatives.cpp
ObjectDerivatives.h
Operator.h
Parser.cpp LibPDF: Add support for multi-line comments 2022-12-16 10:04:23 +01:00
Parser.h
Reader.cpp
Reader.h
Reference.h
Renderer.cpp LibPDF: Don't abort on unsupported drawing operations 2022-12-16 10:04:23 +01:00
Renderer.h LibPDF: Switch to best-effort PDF rendering 2022-12-16 10:04:23 +01:00
Value.cpp
Value.h
XRefTable.h