| OLD | NEW |
| 1 Overview of changes leading to 1.3.4 |
| 2 Monday, December 5, 2016 |
| 3 ==================================== |
| 4 |
| 5 - Fix vertical glyph origin in hb-ot-font. |
| 6 - Implement CBDT/CBLC color font glyph extents in hb-ot-font. |
| 7 |
| 8 |
| 9 Overview of changes leading to 1.3.3 |
| 10 Wednesday, September 28, 2016 |
| 11 ==================================== |
| 12 |
| 13 - Implement parsing of OpenType MATH table. |
| 14 New API: |
| 15 HB_OT_TAG_MATH |
| 16 HB_OT_MATH_SCRIPT |
| 17 hb_ot_math_constant_t |
| 18 hb_ot_math_kern_t |
| 19 hb_ot_math_glyph_variant_t |
| 20 hb_ot_math_glyph_part_flags_t |
| 21 hb_ot_math_glyph_part_t |
| 22 hb_ot_math_has_data |
| 23 hb_ot_math_get_constant |
| 24 hb_ot_math_get_glyph_italics_correction |
| 25 hb_ot_math_get_glyph_top_accent_attachment |
| 26 hb_ot_math_get_glyph_kerning |
| 27 hb_ot_math_is_glyph_extended_shape |
| 28 hb_ot_math_get_glyph_variants |
| 29 hb_ot_math_get_min_connector_overlap |
| 30 hb_ot_math_get_glyph_assembly |
| 31 |
| 32 |
| 33 Overview of changes leading to 1.3.2 |
| 34 Wednesday, September 27, 2016 |
| 35 ==================================== |
| 36 |
| 37 - Fix build of hb-coretext on older OS X versions. |
| 38 |
| 39 |
| 40 Overview of changes leading to 1.3.1 |
| 41 Wednesday, September 7, 2016 |
| 42 ==================================== |
| 43 |
| 44 - Blacklist bad GDEF of more fonts (Padauk). |
| 45 - More CoreText backend crash fixes with OS X 10.9.5. |
| 46 - Misc fixes. |
| 47 |
| 48 |
| 1 Overview of changes leading to 1.3.0 | 49 Overview of changes leading to 1.3.0 |
| 2 Thursday, July 21, 2016 | 50 Thursday, July 21, 2016 |
| 3 ==================================== | 51 ==================================== |
| 4 | 52 |
| 5 - Update to Unicode 9.0.0 | 53 - Update to Unicode 9.0.0 |
| 6 - Move Javanese from Indic shaper to Universal Shaping Engine. | 54 - Move Javanese from Indic shaper to Universal Shaping Engine. |
| 7 - Allow MultipleSubst to delete a glyph (matching Windows engine). | 55 - Allow MultipleSubst to delete a glyph (matching Windows engine). |
| 8 - Update Universal Shaping Engine to latest draft from Microsoft. | 56 - Update Universal Shaping Engine to latest draft from Microsoft. |
| 9 - DirectWrite backend improvements. Note: this backend is for testing ONLY. | 57 - DirectWrite backend improvements. Note: this backend is for testing ONLY. |
| 10 - CoreText backend improvements with unreachable fonts. | 58 - CoreText backend improvements with unreachable fonts. |
| (...skipping 1438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1449 HB_VERSION_MAJOR | 1497 HB_VERSION_MAJOR |
| 1450 HB_VERSION_MINOR | 1498 HB_VERSION_MINOR |
| 1451 HB_VERSION_MICRO | 1499 HB_VERSION_MICRO |
| 1452 HB_VERSION_STRING | 1500 HB_VERSION_STRING |
| 1453 HB_VERSION_CHECK() | 1501 HB_VERSION_CHECK() |
| 1454 hb_version() | 1502 hb_version() |
| 1455 hb_version_string() | 1503 hb_version_string() |
| 1456 hb_version_check() | 1504 hb_version_check() |
| 1457 | 1505 |
| 1458 | 1506 |
| OLD | NEW |