harfbuzz/src
Behdad Esfahbod 9f8da38cd1 Convert pango/opentype to the new project called HarfBuzz.
2006-03-31  Behdad Esfahbod  <behdad@gnome.org>

        Convert pango/opentype to the new project called HarfBuzz.

        * pango/opentype/*: Restructured.

        * pango/pango-ot-*: Updated to use HarfBuzz symbol names.
2006-03-31 12:28:09 +00:00
..
.cvsignore Since Xft may only be available statically without shlib deps, check for 2000-12-20 04:41:36 +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 Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
README Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
ftglue.c Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
ftglue.h Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
harfbuzz-buffer.c Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
harfbuzz-buffer.h Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
harfbuzz-dump-main.c Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
harfbuzz-dump.c Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +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 Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
harfbuzz-gdef.c Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
harfbuzz-gdef.h Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
harfbuzz-gpos-private.h Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
harfbuzz-gpos.c Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
harfbuzz-gpos.h Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
harfbuzz-gsub-private.h Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
harfbuzz-gsub.c Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
harfbuzz-gsub.h Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
harfbuzz-impl.h Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
harfbuzz-open-private.h Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
harfbuzz-open.c Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
harfbuzz-open.h Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +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 if PANGO_MODULE_PREFIX is defined include the basic backend shaper (should 2004-03-03 22:35:19 +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