1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:18:11 +00:00
serenity/Userland/Libraries/LibPDF
Julian Offenhäuser e6f29302a7 LibPDF: Add glyph drawing and type info methods to PDFFont
A PDFFont can now be asked for its specific type and whether it is part
of the standard 14 fonts. It now also contains a method to draw a
glyph, which is stubbed-out for now.

This will be useful for the renderer to take into consideration when
drawing text, since we don't include replacements for the standard set
of fonts yet, but still want to make use of embedded fonts when
available.
2022-10-16 17:44:54 +02:00
..
Fonts LibPDF: Add glyph drawing and type info methods to PDFFont 2022-10-16 17:44:54 +02:00
CMakeLists.txt LibPDF: Move document-specific parsing functionality into its own class 2022-09-17 10:07:14 +01:00
ColorSpace.cpp LibPDF: Add basic ICCBased color space handling 2022-03-31 18:10:45 +02:00
ColorSpace.h LibPDF: Fix mismatched class/struct declaration 2022-03-31 18:10:45 +02:00
CommonNames.cpp LibPDF: Add Type0 and TrueType fonts 2022-03-31 18:10:45 +02:00
CommonNames.h LibPDF: Initial work on parsing xref streams 2022-09-17 10:07:14 +01: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: Fix handling of differences array in custom encodings 2022-09-17 10:07:14 +01:00
Encoding.h LibPDF: Rename argument for the latin character set enumeration macro 2022-09-17 10:07:14 +01:00
Encryption.cpp Everywhere: Fix a bunch of typos 2022-05-29 15:22:00 +02:00
Encryption.h LibPDF: Add implementation of the Standard security handler 2022-03-29 02:52:57 +02:00
Error.h LibPDF: Add Type0 and TrueType fonts 2022-03-31 18:10:45 +02:00
Filter.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Filter.h LibPDF: Make Filter::decode() return ErrorOr 2022-01-24 22:36:09 +01:00
Forward.h LibPDF: Get rid of PlainText/Encoded StreamObject 2022-03-29 02:52:57 +02:00
Object.h LibPDF: Break inclusion cycle by removing unnecessary include 2022-09-17 04:00:54 +00:00
ObjectDerivatives.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ObjectDerivatives.h LibPDF: Support parsing page tree nodes that are in object streams 2022-09-17 10:07:14 +01:00
Operator.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
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 LibPDF: Move consume and match helper functions to the Reader class 2022-09-17 10:07:14 +01:00
Reference.h LibPDF: Extract reference bitpacking into dedicated class 2021-09-20 17:39:36 +04:30
Renderer.cpp LibPDF: Fix text positioning with operator TJ 2022-09-17 10:07:14 +01:00
Renderer.h LibPDF: Fix text positioning with operator TJ 2022-09-17 10:07:14 +01:00
Value.cpp LibPDF: Replace Value class by AK::Variant 2021-09-20 17:39:36 +04:30
Value.h LibPDF: Propagate errors in Parser and Document 2022-03-07 10:53:57 +01:00
XRefTable.h Libraries: Add missing includes, add namespace qualifiers 2022-09-18 13:27:24 -04:00