harfbuzz/src
Behdad Esfahbod 282c60a0ee More cleanup, remove redundant error types.
2007-10-25  Behdad Esfahbod  <behdad@gnome.org>

        * pango/opentype/*: More cleanup, remove redundant error types.
2007-10-25 23:22:17 +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 Rename ftglue.c to harfbuzz-impl.c and more type renames and moving code 2007-10-25 00:23:46 +00:00
README Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
harfbuzz-buffer-private.h New header file harfbuzz-global.h. Rename FT_* int types to HB_* types. 2007-10-24 22:44:47 +00:00
harfbuzz-buffer.c New header file harfbuzz-global.h. Rename FT_* int types to HB_* types. 2007-10-24 22:44:47 +00:00
harfbuzz-buffer.h New header file harfbuzz-global.h. Rename FT_* int types to HB_* types. 2007-10-24 22:44:47 +00:00
harfbuzz-dump-main.c More cleanup, remove redundant error types. 2007-10-25 23:22:17 +00:00
harfbuzz-dump.c More cleanup, remove redundant error types. 2007-10-25 23:22:17 +00:00
harfbuzz-dump.h New header file harfbuzz-global.h. Rename FT_* int types to HB_* types. 2007-10-24 22:44:47 +00:00
harfbuzz-gdef-private.h New header file harfbuzz-global.h. Rename FT_* int types to HB_* types. 2007-10-24 22:44:47 +00:00
harfbuzz-gdef.c More cleanup, remove redundant error types. 2007-10-25 23:22:17 +00:00
harfbuzz-gdef.h More cleanup, remove redundant error types. 2007-10-25 23:22:17 +00:00
harfbuzz-global.h More cleanup, remove redundant error types. 2007-10-25 23:22:17 +00:00
harfbuzz-gpos-private.h Rename ftglue.c to harfbuzz-impl.c and more type renames and moving code 2007-10-25 00:23:46 +00:00
harfbuzz-gpos.c More cleanup, remove redundant error types. 2007-10-25 23:22:17 +00:00
harfbuzz-gpos.h More cleanup, remove redundant error types. 2007-10-25 23:22:17 +00:00
harfbuzz-gsub-private.h Rename ftglue.c to harfbuzz-impl.c and more type renames and moving code 2007-10-25 00:23:46 +00:00
harfbuzz-gsub.c More cleanup, remove redundant error types. 2007-10-25 23:22:17 +00:00
harfbuzz-gsub.h More cleanup, remove redundant error types. 2007-10-25 23:22:17 +00:00
harfbuzz-impl.c More cleanup, remove redundant error types. 2007-10-25 23:22:17 +00:00
harfbuzz-impl.h More cleanup, remove redundant error types. 2007-10-25 23:22:17 +00:00
harfbuzz-open-private.h Rename ftglue.c to harfbuzz-impl.c and more type renames and moving code 2007-10-25 00:23:46 +00:00
harfbuzz-open.c More cleanup, remove redundant error types. 2007-10-25 23:22:17 +00:00
harfbuzz-open.h More cleanup, remove redundant error types. 2007-10-25 23:22:17 +00:00
harfbuzz.c Rename ftglue.c to harfbuzz-impl.c and more type renames and moving code 2007-10-25 00:23:46 +00:00
harfbuzz.h New header file harfbuzz-global.h. Rename FT_* int types to HB_* types. 2007-10-24 22:44:47 +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