|
| 1 | +Overview of changes leading to 10.1.0 |
| 2 | +Tuesday, November 5, 2024 |
| 3 | +==================================== |
| 4 | +- Fix the sign of fallback vertical glyph advance (used when font has no |
| 5 | + vertical advance data). |
| 6 | +- Increase maximum “CFF” operands limit 20 times to support more complex fonts. |
| 7 | +- Add “--face-loader” option to command line utilities. |
| 8 | +- Support “COLR” v0 table in hb_font_get_glyph_extents(). |
| 9 | +- Add support for font functions that use Core Text APIs, similar to FreeType |
| 10 | + font functions. This allows, for example, using drawing fonts that use the new |
| 11 | + (and undocumented) “hvgl” table. |
| 12 | +- Update IANA and OT language registries, as well ase USE data files. |
| 13 | +- Fix build with ICU 76. |
| 14 | +- Various compiler warnings and build fixes. |
| 15 | +- Various subsetter fixes. |
| 16 | + |
| 17 | +- New API: |
| 18 | ++hb_face_create_or_fail() |
| 19 | ++hb_face_create_from_file_or_fail() |
| 20 | ++hb_coretext_face_create_from_file_or_fail() |
| 21 | ++hb_coretext_font_set_funcs() |
| 22 | ++hb_ft_face_create_from_file_or_fail() |
| 23 | + |
1 | 24 | Overview of changes leading to 10.0.1 |
2 | | -Tuesday, Sep 24, 2024 |
| 25 | +Tuesday, September 24, 2024 |
3 | 26 | ==================================== |
4 | 27 | - Relax sanitization checks for “morx” subtables to fix broken AAT shaping of |
5 | 28 | macOS 15.0 version of GeezaPro. |
6 | 29 |
|
7 | 30 |
|
8 | 31 | Overview of changes leading to 10.0.0 |
9 | | -Monday, Sep 23, 2024 |
| 32 | +Monday, September 23, 2024 |
10 | 33 | ==================================== |
11 | 34 | - Unicode 16.0.0 support. |
12 | 35 | - Various documentation fixes. |
|
0 commit comments