OLD | NEW |
| 1 Overview of changes leading to 1.3.0 |
| 2 Thursday, July 21, 2016 |
| 3 ==================================== |
| 4 |
| 5 - Update to Unicode 9.0.0 |
| 6 - Move Javanese from Indic shaper to Universal Shaping Engine. |
| 7 - Allow MultipleSubst to delete a glyph (matching Windows engine). |
| 8 - Update Universal Shaping Engine to latest draft from Microsoft. |
| 9 - DirectWrite backend improvements. Note: this backend is for testing ONLY. |
| 10 - CoreText backend improvements with unreachable fonts. |
| 11 - Implement symbol fonts (cmap 3.0.0) in hb-ft and hb-ot-font. |
| 12 - Blacklist bad GDEF of more fonts (Tahoma & others). |
| 13 - Misc fixes. |
| 14 |
| 15 |
1 Overview of changes leading to 1.2.7 | 16 Overview of changes leading to 1.2.7 |
2 Monday, May 2, 2016 | 17 Monday, May 2, 2016 |
3 ==================================== | 18 ==================================== |
4 | 19 |
5 - Blacklist another version of Times New Roman (Bold) Italic from Windows 7. | 20 - Blacklist another version of Times New Roman (Bold) Italic from Windows 7. |
6 - Fix Mongolian Free Variation Selectors shaping with certain fonts. | 21 - Fix Mongolian Free Variation Selectors shaping with certain fonts. |
7 - Fix Tibetan shorthand contractions shaping. | 22 - Fix Tibetan shorthand contractions shaping. |
8 - Improved list of language tag mappings. | 23 - Improved list of language tag mappings. |
9 - Unbreak build on Windows CE. | 24 - Unbreak build on Windows CE. |
10 - Make 'glyf' table loading lazy in hb-ot-font. | 25 - Make 'glyf' table loading lazy in hb-ot-font. |
(...skipping 1423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1434 HB_VERSION_MAJOR | 1449 HB_VERSION_MAJOR |
1435 HB_VERSION_MINOR | 1450 HB_VERSION_MINOR |
1436 HB_VERSION_MICRO | 1451 HB_VERSION_MICRO |
1437 HB_VERSION_STRING | 1452 HB_VERSION_STRING |
1438 HB_VERSION_CHECK() | 1453 HB_VERSION_CHECK() |
1439 hb_version() | 1454 hb_version() |
1440 hb_version_string() | 1455 hb_version_string() |
1441 hb_version_check() | 1456 hb_version_check() |
1442 | 1457 |
1443 | 1458 |
OLD | NEW |