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.
Matthew Butterick
4220033f37
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 |
3 years ago | |
---|---|---|
.. | ||
pitfall | 3 years ago | |
ptest | 5 years ago | |
.gitignore | 6 years ago | |
LICENSE.md | 5 years ago | |
README.md | 4 years ago | |
SUBLICENSE.md | 5 years ago | |
info.rkt | 5 years ago |
README.md
pitfall
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 it’s 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 don’t know how a lot of this code works.