-
Re: Is there any harm done if I use a hyphen in a font name?
I named my one font "DigitaltS-Lime" and found that some programs (for example Scribus) treat part after hyphen as a style name ("Lime").2 -
Re: Detect Opentype Features of a font file via Browser
If your server work with python, you can read all available GPOS/GSUB features in uploaded font (OTF, TTF, WOFF) with Compositor and small python file: #!/usr/bin/python <br>from compositor imp…4
