HarfBuzz text shaping engine
Go to file
Behdad Esfahbod 3935af1c0d [buffer] Remove wrong optimization
While the cluster fields of the glyph string are usually sorted, they
wouldn't be in special cases (for example for non-native direction).
Blindly using bsearch is plain wrong.  If we want to reintroduce this
optimization we have to make sure we know the buffer clusters are
monotonic and in which direction.  Not sure it's worth it though.
2011-05-05 16:09:45 -04:00
contrib/python Adjust pyx files to reflect change from int to hb_var_int_t 2010-11-28 19:39:47 -05:00
src [buffer] Remove wrong optimization 2011-05-05 16:09:45 -04:00
test Replace hb_map_t with hb_set_t which is more intuitive and flexible 2011-05-05 13:21:04 -04:00
AUTHORS Add build system 2009-11-02 16:34:59 -05:00
COPYING Update Copyright headers 2011-04-21 17:14:28 -04:00
Makefile.am Add an in-tree test suite 2011-04-11 12:46:49 -04:00
NEWS Add build system 2009-11-02 16:34:59 -05:00
README Clarify copyright notice 2010-11-18 13:59:10 -05:00
TODO [TODO] Remove done items 2011-05-05 14:39:24 -04:00
autogen.sh Bug 31174 - Update autotools configuration 2011-01-09 22:18:53 -05:00
configure.ac GNOME Bug 612402 - (hb-arm) HarfBuzz compilation fix for arm 2011-04-27 15:10:12 -04:00
git.mk Add build system 2009-11-02 16:34:59 -05:00
harfbuzz.pc.in Add build system 2009-11-02 16:34:59 -05:00

README

This is HarfBuzz, a text shaping library.

Bug reports on these files should be sent to the HarfBuzz mailing list as
listed on http://harfbuzz.org/

For license information, see the file COPYING.

Behdad Esfahbod
18 November 2010