savoryink / setfont

Set the font of your favorite editors and terminals
MIT License
0 stars 2 forks source link

Font Finding #18

Open nvzqz opened 4 years ago

nvzqz commented 4 years ago

This tool should be able to detect whether the font being set is actually available.

This could be done with font-kit by using select_by_postscript_name. However, postscript font names are restricted to ASCII characters that are not spaces. The currently allowed font names

If a font argument is not installed, should we warn or error?