OLD | NEW |
| 1 Overview of changes leading to 1.4.6 |
| 2 Sunday, April 23, 2017 |
| 3 ==================================== |
| 4 |
| 5 - Graphite2: Fix RTL positioning issue. |
| 6 - Backlist GDEF of more versions of Padauk and Tahoma. |
| 7 - New, experimental, cmake alternative build system. |
| 8 |
| 9 |
| 10 Overview of changes leading to 1.4.5 |
| 11 Friday, March 10, 2017 |
| 12 ==================================== |
| 13 |
| 14 - Revert "Fix Context lookup application when moving back after a glyph..." |
| 15 This introduced memory access problems. To be fixed properly soon. |
| 16 |
| 17 |
| 18 Overview of changes leading to 1.4.4 |
| 19 Sunday, March 5, 2017 |
| 20 ==================================== |
| 21 |
| 22 - Fix Context lookup application when moving back after a glyph deletion. |
| 23 - Fix buffer-overrun in Bengali. |
| 24 |
| 25 |
| 26 Overview of changes leading to 1.4.3 |
| 27 Saturday, February 25, 2017 |
| 28 ==================================== |
| 29 |
| 30 - Route Adlam script to Arabic shaper. |
| 31 - Misc fixes. |
| 32 - New API: |
| 33 hb_font_set_face() |
| 34 - Deprecate API: |
| 35 hb_graphite2_font_get_gr_font() |
| 36 |
| 37 |
1 Overview of changes leading to 1.4.2 | 38 Overview of changes leading to 1.4.2 |
2 Monday, January 23, 2017 | 39 Monday, January 23, 2017 |
3 ==================================== | 40 ==================================== |
4 | 41 |
5 - Implement OpenType Font Variation tables avar/fvar/HVAR/VVAR. | 42 - Implement OpenType Font Variation tables avar/fvar/HVAR/VVAR. |
6 - hb-shape and hb-view now accept --variations. | 43 - hb-shape and hb-view now accept --variations. |
7 - New API: | 44 - New API: |
8 | 45 |
9 hb_variation_t | 46 hb_variation_t |
10 hb_variation_from_string() | 47 hb_variation_from_string() |
(...skipping 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1572 HB_VERSION_MAJOR | 1609 HB_VERSION_MAJOR |
1573 HB_VERSION_MINOR | 1610 HB_VERSION_MINOR |
1574 HB_VERSION_MICRO | 1611 HB_VERSION_MICRO |
1575 HB_VERSION_STRING | 1612 HB_VERSION_STRING |
1576 HB_VERSION_CHECK() | 1613 HB_VERSION_CHECK() |
1577 hb_version() | 1614 hb_version() |
1578 hb_version_string() | 1615 hb_version_string() |
1579 hb_version_check() | 1616 hb_version_check() |
1580 | 1617 |
1581 | 1618 |
OLD | NEW |