Behdad Esfahbod

Results 1486 comments of Behdad Esfahbod

> BTW I still think the situation described in [#3168 (comment)](https://github.com/fonttools/fonttools/issues/3168#issuecomment-1609386612) is mal-formed without an "enum". That statement is supposed to become one lookup with a single value. A tool...

@khaledhosny Any help here is appreciated.

Reopening to investigate so at least we know who's stealing a point from the outline!

Yeah but doing that in HB didn't seem to help my problem. I'll investigate more.

The fonttools `RecordingPen` and draw() work fine for me. HB is doing something different.

> * the one is that it is not clear how to make the current syntax proposal work with the [proposed avar2 table](https://github.com/harfbuzz/boring-expansion-spec/blob/main/avar2.md), Right. See https://github.com/harfbuzz/boring-expansion-spec/issues/94#issuecomment-1604689573

Any reason not to include `gdef` in `layout`?

> It's perhaps not obvious from the names, but "layout" is actually support code tables that deal with layout rather than the group of tables that deal with layout (the...

Should we add a `curve` point with None coordinates?

Note that HarfRust also has some code dealing with these. Would be nice if some of it, the part NOT requiring glyph extents, could be unified in read-fonts perhaps. https://github.com/harfbuzz/harfrust/blob/4db52a106c42aae8faea745ad41e369e3bd6af98/src/hb/glyph_metrics.rs#L119-L219