harfbuzz/src
Behdad Esfahbod 4ccedd22ea Bug 501575 – Compile errors Patch from Jens Granseuer
2007-12-04  Behdad Esfahbod  <behdad@gnome.org>

        Bug 501575 – Compile errors
        Patch from Jens Granseuer

        * pango/opentype/harfbuzz-stream.c (_hb_font_goto_table):
        * pango/pango-utils.c (handle_alias_line):
        Fix C99ism.
2007-12-05 03:41:29 +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 Some more cleanup and merging. 2007-11-07 08:06:01 +00:00
README Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
harfbuzz-buffer-private.h Some more cleanup and merging. 2007-11-07 08:06:01 +00:00
harfbuzz-buffer.c Some more cleanup and merging. 2007-11-07 08:06:01 +00:00
harfbuzz-buffer.h And some more. 2007-11-07 09:59:18 +00:00
harfbuzz-dump-main.c Minor 2007-11-18 22:34:08 +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 Some more cleanup and merging. 2007-11-07 08:06:01 +00:00
harfbuzz-gdef.c Remove dead code. 2007-11-07 10:04:11 +00:00
harfbuzz-gdef.h And some more. 2007-11-07 09:59:18 +00:00
harfbuzz-global.h And some more. 2007-11-07 09:59:18 +00:00
harfbuzz-gpos-private.h Some more cleanup and merging. 2007-11-07 08:06:01 +00:00
harfbuzz-gpos.c And some more. 2007-11-07 09:59:18 +00:00
harfbuzz-gpos.h Remove dead code. 2007-11-07 10:04:11 +00:00
harfbuzz-gsub-private.h Some more cleanup and merging. 2007-11-07 08:06:01 +00:00
harfbuzz-gsub.c And some more. 2007-11-07 09:59:18 +00:00
harfbuzz-gsub.h And some more. 2007-11-07 09:59:18 +00:00
harfbuzz-impl.c Undo accidental change. 2007-11-30 04:31:29 +00:00
harfbuzz-impl.h Some more cleanup and merging. 2007-11-07 08:06:01 +00:00
harfbuzz-open-private.h Some more cleanup and merging. 2007-11-07 08:06:01 +00:00
harfbuzz-open.c More cleanup, remove redundant error types. 2007-10-25 23:22:17 +00:00
harfbuzz-open.h Even more cleanup and more type renames. 2007-10-25 23:37:11 +00:00
harfbuzz-stream-private.h And some more. 2007-11-07 09:59:18 +00:00
harfbuzz-stream.c Bug 501575 – Compile errors Patch from Jens Granseuer 2007-12-05 03:41:29 +00:00
harfbuzz.c Some more cleanup and merging. 2007-11-07 08:06:01 +00:00
harfbuzz.h Some more cleanup and merging. 2007-11-07 08:06:01 +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