Behdad Esfahbod

Results 277 issues of Behdad Esfahbod

https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6hvpm.html

Just a coffee-colored one, to add to README.

Three changes: - Add `--y1` and `--y2` to select face index within collections, - Add `-a` and `-b` (default): if `-b` is active, then skip diffing tables that are binary-identical....

When (partial/full) instancing and certain GSUB FeatureVariations are removed, certain glyphs in the font might become fully unreachable. I suppose we should discard them from the font, ie. do a...

CID-keyed fonts are still scary to many client code. Vast majority of CFF2 fonts have only one FontDict (ie. NotoSansCJK being the exception). It has been requested to me to...

See original PR: https://github.com/fonttools/fonttools/pull/3780 Might never happen though.

Tested with ragel from git in HarfBuzz. Generates output that looks like this: ``` cs = ( _use_syllable_machine_cond_targs ) as i32[(_trans) as usize]; ``` whereas it should be like this:...