github harfbuzz/harfbuzz 11.2.0

latest releases: 11.4.5, 11.4.4, 11.4.3...
4 months ago

What's Changed

  • Painting of COLRv1 fonts without clip boxes is now about 10 times faster.

  • Synthetic bold/slant of a sub font is now respected, instead of using the parent’s.

  • Glyph extents for fonts synthetic bold/slant are now accurately calculated.

  • Various build fixes

  • New API:
    +hb_font_is_synthetic()
    +hb_font_draw_glyph_or_fail_func_t
    +hb_font_paint_glyph_or_fail_func_t
    +hb_font_funcs_set_draw_glyph_or_fail_func()
    +hb_font_funcs_set_paint_glyph_or_fail_func()
    +hb_font_draw_glyph_or_fail()
    +hb_font_paint_glyph_or_fail()

  • Deprecated API:
    -hb_font_draw_glyph_func_t
    -hb_font_paint_glyph_func_t
    -hb_font_funcs_set_draw_glyph_func()
    -hb_font_funcs_set_paint_glyph_func()

New Contributors

Full Changelog: 11.1.0...11.2.0

Don't miss a new harfbuzz release

NewReleases is sending notifications on new releases.