[racket] Creating PDF files in Racket
2013/12/10 Harry Spier <vasishtha.spier at gmail.com>:
> Thank you John for your example below. I'm still not clear where (if
> possible) the parameter is for whether the font is embedded in the PDF
> document or not. Is the font embedded by default.
I think it depends on the type of font. I found this in the changelog for
Cairo 1.2.0 (and Racket uses 1.10.x).
And in the PDF and PostScript backends, both type1 and TrueType fonts
will be directly embedded in the output file. This results in higher-quality
previews and better performance.
/Jens Axel