-
Re: Export old-style non-OpenType "kern" table
LibreOffice uses HarfBuzz on Linux and Core Text on Mac, so it supports OpenType kerning on both, as well as other default OpenType features. On Windows old releases used some ancient Windows APIs, b…3 -
Re: Custom webfont not showing in Firefox44
The error means you have an IgnoreMarks LookupFlag (8) but not GDEF table which is required to identify which glyphs are marks. The solution is to either drop the flag or make sure your font has a GD…1 -
Re: Custom webfont not showing in Firefox44
Just to clarify, both Firefox and Chrome have been using OTS for a long time (probably since they started supporting web fonts) and OTS has always been rejecting GSUB/GPOS/GDEF tables it thought they…2 -
Re: OpenType Sanitiser
That sounds like a bug in pdf.js not the sanitizer. Mozilla uses pdf.js as its internal PDF viewer, and because it is written entirely in JavaScript it needs to re-encode the fonts since it can’t acc…1