New to Typophile? Accounts are free, and easy to set up.
I'm working on a latin language only font. Is this the way how the code should look in the features.family file?
#--------------------------------------
languagesystem DFLT dflt;
languagesystem latn dflt;
languagesystem latn AZE;
languagesystem latn CRT;
languagesystem latn MOL;
languagesystem latn ROM;
languagesystem latn TRK;
6 Jul 2009 — 7:19pm
It depends on the code you have downstream. If you're not doing any localized treatment for Azeri, Turkish, etc. you only need the two first entries,
languagesystem DFLT dflt;languagesystem latn dflt;
6 Jul 2009 — 10:38pm
Thanks for the explanaition, Miguel.