mirror of
https://github.com/RGBCube/serenity
synced 2026-01-12 23:01:01 +00:00
This commit is the start of LibPDF, and introduces some basic structure objects. This emulates LibJS's Value structure, where Value is a simple class that can contain a pointer to a more complex Object class with more data. All of the basic PDF objects have a representation. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Forward.h | ||
| Object.cpp | ||
| Object.h | ||
| Value.cpp | ||
| Value.h | ||