ladybird/Userland/Libraries/LibPDF
Rodrigo Tobar 4a20751ff6 LibPDF: Detect CFF encodings with supplements
These are not yet actually parsed, but detecting them means we at least
don't fail to understand the *actual* format value, which was causing
some CFF fonts to fail to load.
2023-03-02 12:18:53 +01:00
..
Fonts LibPDF: Detect CFF encodings with supplements 2023-03-02 12:18:53 +01:00
CMakeLists.txt LibPDF: Refactor *Font classes 2023-02-24 20:16:50 +01:00
ColorSpace.cpp
ColorSpace.h
CommonNames.cpp
CommonNames.h
Document.cpp
Document.h
DocumentParser.cpp
DocumentParser.h
Encoding.cpp
Encoding.h
Encryption.cpp
Encryption.h
Error.h LibPDF: Add new error construction functions 2023-02-24 20:16:50 +01:00
Filter.cpp LibPDF: Improve error support for Filter class 2023-03-02 12:18:53 +01:00
Filter.h LibPDF: Improve error support for Filter class 2023-03-02 12:18:53 +01:00
Forward.h
Interpolation.cpp
Interpolation.h
Object.h LibPDF: Make Object::cast<T>() non-const 2023-02-21 00:54:04 +01:00
ObjectDerivatives.cpp
ObjectDerivatives.h
Operator.h
Parser.cpp LibTextCodec+Everywhere: Port Decoders to new Strings 2023-02-19 17:15:47 +01:00
Parser.h
Reader.cpp LibPDF: Check for end of stream in Reader::matches_regular_character() 2023-02-12 10:55:37 +00:00
Reader.h
Reference.h
Renderer.cpp LibPDF: Don't crash when a font hasn't been loaded yet 2023-03-02 12:18:53 +01:00
Renderer.h LibPDF: Allow show_text to return errors 2023-02-24 20:16:50 +01:00
Value.cpp
Value.h
XRefTable.h