Behdad Esfahbod
Behdad Esfahbod
When I try to build master on Ubuntu 12/04, I get the following error: behdad:glsl-optimizer 2 (master)$ make [ 3%] Built target glcpp-library [ 7%] Built target mesa [ 97%]...
Given that most users would also need FreeType support, should we disable this by default for the time being? That would allow us more room to tweak the format in...
Currently `hb_face_get_table_tags()` only works with our own face loader. Other loaders cannot implement it. Add a callback setter such that they can. Then implement it for hb-ft.
Which we would be able to hook into BASE table then.
As far as I know, `docs/repacker.md` and the new `docs/serializer.md` are unlinked, not even part of the dist tarball. Should be fixed.
Some sections have all `_get_` before all `_set_`. Others have them interleaved. Decide which is better and adhere. Ie. alphabetical or curated.
Around this comment and before / after: https://github.com/harfbuzz/harfbuzz/issues/248#issuecomment-861022531 cc @n8willis @khaledhosny @bungeman
When you create subfont it copies all from parent. This was designed as one configuring parent then creating sub. I realize that users sometimes create subfont to override a callback...