mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 09:21:00 +00:00
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)) +
'>')"
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| colorspaces.pdf | ||
| complex.pdf | ||
| encoding.pdf | ||
| encryption_nocopy.pdf | ||
| linearized.pdf | ||
| non-linearized.pdf | ||
| oss-fuzz-testcase-62065.pdf | ||
| password-is-sup.pdf | ||
| pattern.pdf | ||
| standard-14-fonts.pdf | ||
| TestPDF.cpp | ||
| text.pdf | ||
| type1.pdf | ||
| type3.pdf | ||