commit | 4e4781319b36bba154f3e5d4eb678945d8f6b4fc | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Thu Oct 12 10:33:16 2017 +0200 |
committer | Behdad Esfahbod <[email protected]> | Thu Oct 12 10:33:16 2017 +0200 |
tree | 80ae7818cfb7b52b660b49c9efd95d6582b25863 | |
parent | 94b3cafc3a042aea69ee7040227557fe98a21d87 [diff] |
[ft] Add hb_ft_font_changed() When the font size or variations settings on underlying FT_Face change, one can call hb_ft_font_changed() and continue using hb_font created using hb_ft_font_create(). Fixes https://github.com/behdad/harfbuzz/issues/559 New API: hb_ft_font_changed()