You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall
Matthew Butterick 4220033f37 track character-tracking in add-text
in certain cases we need to jump out of a PDF text-drawing command (`TJ`) to reset the xy position (say, if the next glyph has a special offset). We need to account for any tracking that the TJ might impose
2 years ago
..
pitfall track character-tracking in add-text 2 years ago
ptest add clustering test 4 years ago
.gitignore ig 5 years ago
LICENSE.md Update LICENSE.md 4 years ago
README.md Update README.md 3 years ago
SUBLICENSE.md Create SUBLICENSE.md 4 years ago
info.rkt min 7.1 4 years ago

README.md

pitfall Build Status

Racket library for generating PDFs. Based on PDFKit.

License

MIT

Fonts in ptest folder are under separate licenses included there.

Project status

Actively developed, though its not clear what more needs to be done. Most of the functionality from PDFKit has been ported over. This project is built to support Quad. I have no plans to release it as a standalone library or write documentation. In truth, I dont know how a lot of this code works.