1.3.3
This commit is contained in:
parent
118164293c
commit
966ac7ecd3
24
NEWS
24
NEWS
|
@ -1,3 +1,27 @@
|
||||||
|
Overview of changes leading to 1.3.3
|
||||||
|
Wednesday, September 28, 2016
|
||||||
|
====================================
|
||||||
|
|
||||||
|
- Implement parsing of OpenType MATH table.
|
||||||
|
New API:
|
||||||
|
HB_OT_TAG_MATH
|
||||||
|
HB_OT_MATH_SCRIPT
|
||||||
|
hb_ot_math_constant_t
|
||||||
|
hb_ot_math_kern_t
|
||||||
|
hb_ot_math_glyph_variant_t
|
||||||
|
hb_ot_math_glyph_part_flags_t
|
||||||
|
hb_ot_math_glyph_part_t
|
||||||
|
hb_ot_math_has_data
|
||||||
|
hb_ot_math_get_constant
|
||||||
|
hb_ot_math_get_glyph_italics_correction
|
||||||
|
hb_ot_math_get_glyph_top_accent_attachment
|
||||||
|
hb_ot_math_get_glyph_kerning
|
||||||
|
hb_ot_math_is_glyph_extended_shape
|
||||||
|
hb_ot_math_get_glyph_variants
|
||||||
|
hb_ot_math_get_min_connector_overlap
|
||||||
|
hb_ot_math_get_glyph_assembly
|
||||||
|
|
||||||
|
|
||||||
Overview of changes leading to 1.3.2
|
Overview of changes leading to 1.3.2
|
||||||
Wednesday, September 27, 2016
|
Wednesday, September 27, 2016
|
||||||
====================================
|
====================================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([HarfBuzz],
|
AC_INIT([HarfBuzz],
|
||||||
[1.3.2],
|
[1.3.3],
|
||||||
[https://github.com/behdad/harfbuzz/issues/new],
|
[https://github.com/behdad/harfbuzz/issues/new],
|
||||||
[harfbuzz],
|
[harfbuzz],
|
||||||
[http://harfbuzz.org/])
|
[http://harfbuzz.org/])
|
||||||
|
|
Loading…
Reference in New Issue