Files
ladybird/Tests/LibPDF
Nico Weber 4380be9d01 Tests/LibPDF: Add a PDF using the standard 14 fonts
Hand-written (with offsets fixed up by `mutool clean`).
Uses the default encoding for each font.  Manual test for now.

Byte strings generated with:

    python3 -c "for i in range(4):
        print('<' +
              ''.join('%02x' % r for r in range(i * 64, (i + 1) * 64)) +
              '>')"
2024-01-03 10:19:24 +01:00
..
2023-12-20 12:45:07 +01:00
2024-01-02 22:13:21 +01:00
2023-11-19 22:33:34 +01:00