HarfBuzz text shaping engine
Go to file
Behdad Esfahbod 009aad5678 Invert the mask logic
Before, the mask in the buffer was inverted.  That is, a 0 bit meant
feature should be applied and 1 meant not applied, whereas in the
lookups, the logic was positive.

Now both are in sync.  When calling hb_buffer_add_glyph() manually,
the mask should be 1 instead of 0.
2010-05-20 14:00:57 +01:00
src Invert the mask logic 2010-05-20 14:00:57 +01:00
AUTHORS Add build system 2009-11-02 16:34:59 -05:00
COPYING Add build system 2009-11-02 16:34:59 -05:00
Makefile.am Distribute autogen.sh 2009-12-15 03:53:45 -05:00
NEWS Add build system 2009-11-02 16:34:59 -05:00
README Change header comment 2010-04-22 00:11:43 -04:00
TODO [TODO] Add kern/GPOS interaction 2010-01-26 12:17:37 -05:00
autogen.sh Disable configure cache 2009-11-02 18:52:21 -05:00
configure.ac Remove use of flexible arrays 2010-04-25 22:52:22 -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://freedesktop.org/wiki/Software/harfbuzz

For license information, see the file COPYING.

Behdad Esfahbod
May 24, 2009