Racket library for messing with fonts. Based on [`fontkit`](https://github.com/foliojs/fontkit).
@ -13,4 +13,4 @@ Fonts in `assets` folder are under separate licenses included there.
## Project status
Actively developed, but this package exists entirely to support [`pitfall`](https://github.com/mbutterick/pitfall) and [`quad`](https://github.com/mbutterick/quad). I have no ambition to make this a standalone library with documentation. I add things opportunistically based on what’s happening with Quad.
Actively developed, but this package exists entirely to support [`pitfall`](https://git.matthewbutterick.com/mbutterick/typesetting/src/branch/main/pitfall) and [`quad`](https://git.matthewbutterick.com/mbutterick/typesetting/src/branch/main/quad). I have no ambition to make this a standalone library with documentation. I add things opportunistically based on what’s happening with Quad.
Racket library for generating PDFs. Based on [PDFKit](https://github.com/devongovett/pdfkit).
@ -11,4 +11,4 @@ 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](https://github.com/mbutterick/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.
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](https://git.matthewbutterick.com/mbutterick/typesetting/src/branch/main/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.
@ -71,7 +71,7 @@ For the most part, neither Quad nor Quadwriter rely much on @racketmodname[racke
A demo app built with Quad. It takes a text-based source file as input, calculates the typesetting and layout, and then outputs a PDF.
You can fiddle with it & then submit issues and feature requests at the @link["http://github.com/mbutterick/quad"]{Quad repo}.
You can fiddle with it & then submit issues and feature requests at the @link["https://git.matthewbutterick.com/mbutterick/typesetting/src/branch/main/quad"]{Quad repo}.
@section{Quadwriter quick tour}
@ -963,7 +963,7 @@ Some things I personally plan to use Quad for:
@subsection{Getting more help}
Questions about Quad and Quadwriter can be posted in the @link["https://github.com/mbutterick/pollen-users/"]{@tt{pollen-users} discussion area.}
Questions about Quad and Quadwriter can be posted in the @link["https://forums.matthewbutterick.com/c/quad/"]{Quad forum.}
Racket library for binary encoding & decoding. Based on [`restructure`](https://github.com/foliojs/restructure).
@ -14,4 +14,4 @@ MIT
## Project status
Actively developed though I’m not sure what more will be done. Everything from `restructure` has been ported over. Mostly this package supports [Quad](https://github.com/mbutterick/quad), so I don’t expect it will have a meaningful life as a standalone library. Moreover nobody seems to like binary formats.
Actively developed though I’m not sure what more will be done. Everything from `restructure` has been ported over. Mostly this package supports [Quad](https://git.matthewbutterick.com/mbutterick/typesetting/src/branch/main/quad), so I don’t expect it will have a meaningful life as a standalone library. Moreover nobody seems to like binary formats.