HarfBuzz text shaping engine
Go to file
Behdad Esfahbod 254933c397 When sanitizing, delay making writable
Before, as soon as we needed to make an edit, we tried to make the blob
writable inplace.  That grows code unnecessarily though.  We can simply
fail, make writable, then start again.  That's indeed what the fallback
was doing anyway.
2010-04-23 13:57:10 -04:00
src When sanitizing, delay making writable 2010-04-23 13:57:10 -04: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 Fix compile with older FreeType 2009-12-20 23:05:02 +01: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