fontforge / fontforge

Free (libre) font editor for Windows, Mac OS X and GNU+Linux
http://fontforge.github.io/
Other
6.37k stars 695 forks source link

Add Adobe character sets to Encodings menu #2634

Open ultrasquid opened 8 years ago

ultrasquid commented 8 years ago

Because they are grouped mostly by language coverage instead of Unicode ranges, the Adobe character sets would be useful to include, to help designers determine which glyphs out of the tens of thousands available need to be done for a particular market.

https://github.com/adobe-type-tools/adobe-latin-charsets https://github.com/adobe-type-tools/adobe-cyrillic-charsets https://github.com/adobe-type-tools/adobe-greek-charsets

Adobe released these under the MIT license, so their inclusion shouldn't be a problem in that regard.

JoesCat commented 8 years ago

This appears like something that should probably be built into the "make*.c" programs (in the Unicode directory). makeutype.c, or maybe a new program....possibly makeatype.c (imports the tables from the github location).