Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
harfbuzz-win64-11.2.0.zip | 2025-04-28 | 5.1 MB | |
harfbuzz-win32-11.2.0.zip | 2025-04-28 | 5.1 MB | |
harfbuzz-11.2.0.tar.xz | 2025-04-28 | 18.1 MB | |
11.2.0 source code.tar.gz | 2025-04-28 | 35.1 MB | |
11.2.0 source code.zip | 2025-04-28 | 39.4 MB | |
README.md | 2025-04-28 | 938 Bytes | |
Totals: 6 Items | 102.7 MB | 12 |
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
- @JordanTheToaster made their first contribution in https://github.com/harfbuzz/harfbuzz/pull/5297
Full Changelog: https://github.com/harfbuzz/harfbuzz/compare/11.1.0...11.2.0