pravins / lohit

Lohit fonts family project to supporting Indian scripts.
Other
39 stars 11 forks source link

Glyphnames after generating the fonts are not as per AGL #45

Open snehakore opened 10 years ago

snehakore commented 10 years ago

Actual :
After generating the font, the glyph namings in ttf file are not as per AGL

Expected :
It should be as per AGL.

pravins commented 10 years ago

This one is really tricky issue we are facing from the start of lohit2 project. At one end we want user friendly, easily to understand open type tables and at other end we want to follow Adobe glyph names which says it should be in uniXXXX format.

Presently we are only following syntax from AGL, so if we can fix generate.pe script so while generating it will convert user friendly names into AGL names that is unltimate solution.

pravins commented 9 years ago

Further update on this. I found FDK has nice workflow for avoiding this. One can write rules for font in feature file in user friendly names. Use Glyph Order and Alias DB to rename and re-order. Not sure whether we are actually going to implement it. But lets look forward to it.

I remember sneha modified generate.pe script for making ttf fonts name in AGL format but it was giving some errors while building ttf with fontforge. I will review it again and see if its working on latest fontforge release.