Matthew Butterick 4 years ago
parent 41eb193b91
commit e5aab40ee9

@ -841,7 +841,7 @@ Fallback only. Used for other glyphs not present in the currently selected font.
Yes, if you're feeling lazy, you can use the name of a built-in system font family in any field that takes a family name, and Quad will comply.
If you do this, bear in mind that your source file will no longer necessarily be portable between systems, because it depends on a certain font already being available on that system. (italic{Portable} = one can run the source file on a different machine and get an equivalent result.) I include this option because I can imagine plenty of uses for Quad where ease outweighs portability. In which case, have at it.
If you do this, bear in mind that your source file will no longer necessarily be portable between systems, because it depends on a certain font already being available on that system. (@italic{Portable} = one can run the source file on a different machine and get an equivalent result.) I include this option because I can imagine plenty of uses for Quad where ease outweighs portability. In which case, have at it.
The concern abou portability pertains only to the source file. Once you generate an output PDF from the source file, the PDF itself will always be portable. Because regardless of whether you invoke a system font or project font in your source file, the font will be embedded within the PDF. The PDF will then display correctly on any platform, with the correct fonts.

Loading…
Cancel
Save