harfbuzz/src
Behdad Esfahbod 9d870f2a55 Bug 577952 – Error loading {GDEF,GSUB,GPOS} table 0x6EAD
Detect TrueType Collections by checking the font data header instead
of checking for "face->num_faces >1".
2009-04-09 13:30:26 -04:00
..
COPYING HarfBuzz was relicensed to a more generous and simpler license. Adapt. See 2008-01-15 22:46:32 +00:00
Makefile.am Fix Bug 572529 – Poor -I ordering can break build 2009-03-02 11:09:29 +03:30
README Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
harfbuzz-buffer-private.h HarfBuzz was relicensed to a more generous and simpler license. Adapt. See 2008-01-15 22:46:32 +00:00
harfbuzz-buffer.c HarfBuzz was relicensed to a more generous and simpler license. Adapt. See 2008-01-15 22:46:32 +00:00
harfbuzz-buffer.h HarfBuzz was relicensed to a more generous and simpler license. Adapt. See 2008-01-15 22:46:32 +00:00
harfbuzz-dump-main.c Remove old cruft. 2009-01-29 09:19:43 +00:00
harfbuzz-dump.c Bug 469049 – Fix all compiler warnings 2008-12-26 02:31:47 +00:00
harfbuzz-dump.h HarfBuzz was relicensed to a more generous and simpler license. Adapt. See 2008-01-15 22:46:32 +00:00
harfbuzz-gdef-private.h HarfBuzz was relicensed to a more generous and simpler license. Adapt. See 2008-01-15 22:46:32 +00:00
harfbuzz-gdef.c Remove ClassDef->Defined field. This is the comment accompanying it: 2009-01-29 09:20:08 +00:00
harfbuzz-gdef.h HarfBuzz was relicensed to a more generous and simpler license. Adapt. See 2008-01-15 22:46:32 +00:00
harfbuzz-global.h HarfBuzz was relicensed to a more generous and simpler license. Adapt. See 2008-01-15 22:46:32 +00:00
harfbuzz-gpos-private.h HarfBuzz was relicensed to a more generous and simpler license. Adapt. See 2008-01-15 22:46:32 +00:00
harfbuzz-gpos.c [opentype] Protect against illegal access for arrays of length zero 2009-03-02 15:16:11 +03:30
harfbuzz-gpos.h HarfBuzz was relicensed to a more generous and simpler license. Adapt. See 2008-01-15 22:46:32 +00:00
harfbuzz-gsub-private.h HarfBuzz was relicensed to a more generous and simpler license. Adapt. See 2008-01-15 22:46:32 +00:00
harfbuzz-gsub.c [opentype] Protect against illegal access for arrays of length zero 2009-03-02 15:16:11 +03:30
harfbuzz-gsub.h HarfBuzz was relicensed to a more generous and simpler license. Adapt. See 2008-01-15 22:46:32 +00:00
harfbuzz-impl.c [opentype] Use size_t instead of uint for malloc wrappers 2009-03-02 14:20:20 +03:30
harfbuzz-impl.h [opentype] Use size_t instead of uint for malloc wrappers 2009-03-02 14:20:20 +03:30
harfbuzz-open-private.h HarfBuzz was relicensed to a more generous and simpler license. Adapt. See 2008-01-15 22:46:32 +00:00
harfbuzz-open.c Remove ClassDef->Defined field. This is the comment accompanying it: 2009-01-29 09:20:08 +00:00
harfbuzz-open.h Remove ClassDef->Defined field. This is the comment accompanying it: 2009-01-29 09:20:08 +00:00
harfbuzz-stream-private.h HarfBuzz was relicensed to a more generous and simpler license. Adapt. See 2008-01-15 22:46:32 +00:00
harfbuzz-stream.c Bug 577952 – Error loading {GDEF,GSUB,GPOS} table 0x6EAD 2009-04-09 13:30:26 -04:00
harfbuzz.c HarfBuzz was relicensed to a more generous and simpler license. Adapt. See 2008-01-15 22:46:32 +00:00
harfbuzz.h HarfBuzz was relicensed to a more generous and simpler license. Adapt. See 2008-01-15 22:46:32 +00:00
makefile.msc updated 2007-01-13 21:31:41 +00:00

README

This is HarfBuzz, an OpenType Layout engine.

It was derived originally from the OpenType code in FreeType-1.x, ported to
FreeType2.  (This code has been abandoned for FreeType2, but until something
better comes along, should serve our purposes.) In addition to porting to
FreeType-2, it has been modified in various other ways.

It also includes a partial XML dumper for OpenType Layout tables useful for
figuring out what is going on. Please extend to cover additional parts of the
tables as you encounter fonts using them.  The dumper is written by Owen Taylor.

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
April 1st, 2006