0.9.10
This commit is contained in:
parent
f0c82410db
commit
34e6c3e3e4
24
NEWS
24
NEWS
@ -1,3 +1,27 @@
|
|||||||
|
Overview of changes leading to 0.9.10
|
||||||
|
Thursday, January 3, 2013
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
- [Indic] Fixed rendering of Malayalam dot-reph
|
||||||
|
- Updated OT language tags.
|
||||||
|
- Updated graphite2 backend.
|
||||||
|
- Improved hb_ot_layout_get_size_params() logic.
|
||||||
|
- Improve hb-shape/hb-view help output.
|
||||||
|
- Fixed hb-set.h implementation to not crash.
|
||||||
|
- Fixed various issues with hb_ot_layout_collect_lookups().
|
||||||
|
- Various build fixes.
|
||||||
|
|
||||||
|
New API:
|
||||||
|
|
||||||
|
hb_graphite2_face_get_gr_face()
|
||||||
|
hb_graphite2_font_get_gr_font()
|
||||||
|
hb_coretext_face_get_cg_font()
|
||||||
|
|
||||||
|
Modified API:
|
||||||
|
|
||||||
|
hb_ot_layout_get_size_params()
|
||||||
|
|
||||||
|
|
||||||
Overview of changes leading to 0.9.9
|
Overview of changes leading to 0.9.9
|
||||||
Wednesday, December 5, 2012
|
Wednesday, December 5, 2012
|
||||||
====================================
|
====================================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([HarfBuzz],
|
AC_INIT([HarfBuzz],
|
||||||
[0.9.9],
|
[0.9.10],
|
||||||
[http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
|
[http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
|
||||||
[harfbuzz],
|
[harfbuzz],
|
||||||
[http://harfbuzz.org/])
|
[http://harfbuzz.org/])
|
||||||
|
Loading…
Reference in New Issue
Block a user