-
Re: Type-X, a Chrome extension to test your fonts on any website
For those like me who prefer to use Firefox, you can achieve some similar results using the Stylus extension to apply custom override CSS stylesheets for sites. Type-X seems to perform more general i…3 -
Re: locl AZE, TRK, and etc not working
“Switching to uppercase” is what John meant by “case mapping” above. This is not handled by the font (other than requiring a properly encoded İ glyph to be present).When you type “human” and set it t…4 -
Re: OpenType Features documentation
As John says, the average designer doesn’t generally need to be too concerned about the different lookup types. (Until you run into compiling errors or unintended behaviors perhaps. 😉)That said, anyo…1 -
Re: OpenType Features documentation
For the first error, it looks like your font software is enforcing a perceived requirement of {rlig} that it only contain rules of GSUB Type 4, whereas your lookup FINAL consists of Type 6 rules. The…3 -
Re: locl AZE, TRK, and etc not working
Typically a {locl} feature is assigned to a script and language. For example: languagesystem DFLT dflt; languagesystem latn dflt; languagesystem latn TRK; feature locl { script latn; language TRK; su…2
