Behdad Esfahbod
Behdad Esfahbod
Or maybe the full 2x2 move is overkill. I'll go ahead and post my simplified proposal.
Okay here's a simple yet most expressive Move Lookup: ``` struct SubstMove { uint16 format; // == 1 Offset16To coverage; Offset16To target; int8 distance; uint8 verb; }; ``` The first...
This move lookup is mostly designed to be invoked from (Chain)Context lookups, but is quite useful on itself as well. And is simple and expressive enough that I'm slating it...
Can you elaborate what this is about?
> May be the font can have a hidden, private `SLNT` axis and both `ital` and `slnt` would avar2-derive from it (and potentially other axes). Yeah that sounds right to...
That's actually supported by the BASE table's centerline baseline already. Let me find it in CSS verbo.
https://www.w3.org/TR/css-inline-3/#central-baseline
Humm. Maybe not. IMO it should work though.
cc @jfkthame
Speced: https://github.com/harfbuzz/boring-expansion-spec/blob/main/beyond-64k.md NOT implemented in HarfBuzz.