Behdad Esfahbod
Behdad Esfahbod
It's badly broken in Firefox BTW.
Shouldn't be too hard to remove these types. Is making Coverage members public what needed? @garretrieger
> I built a version of hb.wasm to try on COLRv1 fonts. (I used the supplied build.sh script, but commented out `#define HB_NO_COLOR` in hb-config.hh) You should modify `config-override.h`, and...
> I got painting to a canvas context working here: [chearon@7676278](https://github.com/chearon/harfbuzzjs/commit/767627848ec8970e97ad80f9179709d2086208e9) That's great! Is that upstream yet? > Since it allows harfbuzz to make calls into JS, it raises the...
> It's interesting that the hb-draw and hb-paint APIs draw directly to a context. I always assumed FreeType was the "right" way to draw glyphs because it cached the bitmaps...
> Hello, I have noticed for a long time now that when subsetting the design space of a variable font when using the varLib.instancer module, fontBakery reports that there are...
The resulting font has more than the allowed 65,534 glyphs per font.
Humm. Then something is going on.
I will debug. Be careful though, you can only merge OpenType fonts of the same flavor (TrueType vs Postscript), and only when they have the same UnitsPerEM.
The following patch makes it merge for me. I haven't inspected the result. I'm surprised we didn't have such a change before, as it is, I think, well-known that such...