-
Re: Windows doesn't use bitmaps embedded in .TTF/.OTF (FontForge)
My mistake. OTS silently drops the tables it does not support, so you want see anything in the console in this case.1 -
Re: Windows doesn't use bitmaps embedded in .TTF/.OTF (FontForge)
Most likely OTS in Firefox and Chrome is dropping the bitmap tables, you should get something about this in the browser console.2 -
Re: Notdef: generic or style-specific?
BTW, some applications never show the .notdef glyph, and instead show a box with the hex code of the missing character.2 -
Re: Reason for this kind of double quotation marks
In general, Unicode avoids duplicating identical characters unless they behave differently. Space and no break space are duplicated since the later does not allow line break. Colon and ratio are dupl…2 -
Re: Extending GSUB of existing font using features file
FontForge can merge a feature file to a font extending existing GSUB/GPOS tables.6