harfbuzz/src
Behdad Esfahbod f726b20e56 Bug 347073 – Allow empty GPOS table
2006-07-24  Behdad Esfahbod  <behdad@gnome.org>

        Bug 347073 – Allow empty GPOS table

        * pango/opentype/harfbuzz-open.c (_HB_OPEN_Load_ScriptList): Don't
        err on empty GPOS/GSUB tables.
2006-07-25 01:02:27 +00:00
..
.cvsignore . 2006-03-31 13:19: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 Bug 345600 – cvs build error in pango/opentype/Makefile 2006-06-22 18:09:04 +00:00
README Convert pango/opentype to the new project called HarfBuzz. 2006-03-31 12:28:09 +00:00
ftglue.c Bug 341138 – Using TTC font, Gtk2 programs begin to eating big memory 2006-05-31 07:42:55 +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 Update from HarfBuzz. Lars Knoll fixed all the warnings. 2006-04-06 18:23:49 +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 Fix minor bugs reported by the Coverity scan report. 2006-04-10 10:33:17 +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 Bug 336153 – Mark to mark positioning (Lookup Type 6) isn't correct when 2006-05-31 07:23:02 +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 Update from HarfBuzz. Lars Knoll fixed all the warnings. 2006-04-06 18:23:49 +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 Update from HarfBuzz. Lars Knoll fixed all the warnings. 2006-04-06 18:23:49 +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 Bug 347073 – Allow empty GPOS table 2006-07-25 01:02:27 +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