Behdad Esfahbod
Behdad Esfahbod
> Please explain the benefit of using float here, rather than int16 or int32. Good point. I'll measure the runtime and report.
> > Please explain the benefit of using float here, rather than int16 or int32. > > Good point. I'll measure the runtime and report. I tried int32. I can...
Goes hand in hand with https://github.com/harfbuzz/boring-expansion-spec/issues/153
This might be hard.
> Here is an idea (that may not be a _general_ solution): I have found (*) that it is possible to recreate the .designspace-style mappings from avar2 (at least as...
> it will be relatively easy to take the tent min/max into account. Right. The question then is do we get too many extra mappings? But it should at least...
> Will it work to infer 2^n+1 mappings from every region encoded in the IVS? (where n=number of dimensions with delta!=0, thus encoding all of the region’s corners, and the...
Here's my current idea for sparse kerning. We'll add an extension keyword to the .fea format `override`. Then the following block: ``` override feature kern { } kern; ``` will...
Same idea `override` can be extended to other lookup types.
@anthrotype wdyt?