harfbuzz/src
Behdad Esfahbod 7a26864308 Move some code around.
2007-10-11  Behdad Esfahbod  <behdad@gnome.org>

        * pango/opentype/harfbuzz-buffer.c: Move some code around.
2007-10-11 07:21:31 +00:00
..
COPYING Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
COPYING.FTL Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
COPYING.GPL Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
Makefile.am Link freetype to harfbuzz-dump, for those systems that don't track 2007-05-01 02:32:12 +00:00
README Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
ftglue.c Bug 485621 – Get rid of freetype memory allocator in harfbuzz 2007-10-11 06:52:07 +00:00
ftglue.h Bug 485621 – Get rid of freetype memory allocator in harfbuzz 2007-10-11 06:52:07 +00:00
harfbuzz-buffer.c Move some code around. 2007-10-11 07:21:31 +00:00
harfbuzz-buffer.h Rename buffer->inplace to buffer->separate_out with the inverted meaning, 2007-10-11 07:12:49 +00:00
harfbuzz-dump-main.c Bug 485559 – Boston Summit HarfBuzz optimizations 2007-10-11 00:07:58 +00:00
harfbuzz-dump.c Bug 485559 – Boston Summit HarfBuzz optimizations 2007-10-11 00:07:58 +00:00
harfbuzz-dump.h Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
harfbuzz-gdef-private.h Bug 485559 – Boston Summit HarfBuzz optimizations 2007-10-11 00:07:58 +00:00
harfbuzz-gdef.c Bug 485621 – Get rid of freetype memory allocator in harfbuzz 2007-10-11 06:52:07 +00:00
harfbuzz-gdef.h Bug 485621 – Get rid of freetype memory allocator in harfbuzz 2007-10-11 06:52:07 +00:00
harfbuzz-gpos-private.h Bug 485621 – Get rid of freetype memory allocator in harfbuzz 2007-10-11 06:52:07 +00:00
harfbuzz-gpos.c Allocate buffer->positions lazily. 2007-10-11 07:05:09 +00:00
harfbuzz-gpos.h Bug 485621 – Get rid of freetype memory allocator in harfbuzz 2007-10-11 06:52:07 +00:00
harfbuzz-gsub-private.h Bug 485621 – Get rid of freetype memory allocator in harfbuzz 2007-10-11 06:52:07 +00:00
harfbuzz-gsub.c Allocate buffer->positions lazily. 2007-10-11 07:05:09 +00:00
harfbuzz-gsub.h Bug 485621 – Get rid of freetype memory allocator in harfbuzz 2007-10-11 06:52:07 +00:00
harfbuzz-impl.h Bug 485559 – Boston Summit HarfBuzz optimizations 2007-10-11 00:07:58 +00:00
harfbuzz-open-private.h Bug 485621 – Get rid of freetype memory allocator in harfbuzz 2007-10-11 06:52:07 +00:00
harfbuzz-open.c Bug 485621 – Get rid of freetype memory allocator in harfbuzz 2007-10-11 06:52:07 +00:00
harfbuzz-open.h Bug 485559 – Boston Summit HarfBuzz optimizations 2007-10-11 00:07:58 +00:00
harfbuzz.c Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
harfbuzz.h Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +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