harfbuzz/src
Behdad Esfahbod 8228828e1e Handle GSUB Lookup type 8, and ReverseChainContextualSubst table. (bug
2006-01-30  Behdad Esfahbod  <behdad@gnome.org>

        * pango/opentype/ftxgsub.c: Handle GSUB Lookup type 8,
        and ReverseChainContextualSubst table.  (bug #149696,
        patch from Aamir Wali)
2006-01-30 22:37:48 +00:00
..
.cvsignore Since Xft may only be available statically without shlib deps, check for 2000-12-20 04:41:36 +00:00
disasm.c Make sure #include <config.h> is the first include in the file. (bug 2006-01-14 07:00:13 +00:00
disasm.h Since Xft may only be available statically without shlib deps, check for 2000-12-20 04:41:36 +00:00
FT-license.txt Fix up places where there is missing or incomplete Copyright and License 2005-07-21 18:15:45 +00:00
ftglue.c Make sure #include <config.h> is the first include in the file. (bug 2006-01-14 07:00:13 +00:00
ftglue.h Replace perror with perror_. Remove FT_BEGIN_STMNT and FT_END_STMNT. 2005-08-15 04:16:04 +00:00
FTL.TXT Fix up places where there is missing or incomplete Copyright and License 2005-07-21 18:15:45 +00:00
ftxgdef.c Make sure #include <config.h> is the first include in the file. (bug 2006-01-14 07:00:13 +00:00
ftxgdef.h Export TT_New_GDEF_Table to create an empty GDEF table. 2003-01-11 00:16:26 +00:00
ftxgpos.c Make sure #include <config.h> is the first include in the file. (bug 2006-01-14 07:00:13 +00:00
ftxgpos.h Finish extending properties flags from FT_UShort => FT_UInt. (OTLBuffer 2004-07-30 21:23:04 +00:00
ftxgsub.c Handle GSUB Lookup type 8, and ReverseChainContextualSubst table. (bug 2006-01-30 22:37:48 +00:00
ftxgsub.h Handle GSUB Lookup type 8, and ReverseChainContextualSubst table. (bug 2006-01-30 22:37:48 +00:00
ftxopen.c Handle GSUB Lookup type 8, and ReverseChainContextualSubst table. (bug 2006-01-30 22:37:48 +00:00
ftxopen.h Finish extending properties flags from FT_UShort => FT_UInt. (OTLBuffer 2004-07-30 21:23:04 +00:00
ftxopenf.h Handle GSUB Lookup type 8, and ReverseChainContextualSubst table. (bug 2006-01-30 22:37:48 +00:00
Makefile.am Removed. 2006-01-28 20:29:18 +00:00
makefile.msc if PANGO_MODULE_PREFIX is defined include the basic backend shaper (should 2004-03-03 22:35:19 +00:00
otlbuffer.c Make sure #include <config.h> is the first include in the file. (bug 2006-01-14 07:00:13 +00:00
otlbuffer.h Make Check_Property() take a OTL_GlyphItem, add a gproperties field to 2004-07-26 18:59:02 +00:00
ottest.c Make sure #include <config.h> is the first include in the file. (bug 2006-01-14 07:00:13 +00:00
README Since Xft may only be available statically without shlib deps, check for 2000-12-20 04:41:36 +00:00

This directory includes code for using OpenType Layout tables from
OpenType fonts with FreeType and 

The table reading code in:

 ftxopen.[ch]
 ftxopenf.h
 ftxgdef.[ch]
 ftxgpos.[ch]
 ftxgdef.[ch]

Is derived 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.)

This code should be left following the FreeType indentation style and
coding conventions.

In addition to porting to FreeType-2, it has been modified to
add support for PangoGlyphString's log_clusters, and in various
other ways. Bug reports on these files should be sent to 
gtk-i18n-list@gtk.org, NOT to the freetype maintainers.

The license for these files is in the file freetype-license.txt. 


Most of the additional files in this directory implement a high-level
interface to this that follows Pango conventions and integrates with
Pango.

disasm.[ch] is a partial dumper for OpenType layout tables useful
in figuring out what is going on. Please extend to cover additional
parts of the tables as you encounter fonts using them.

Owen Taylor
17 December 2000