harfbuzz/src
Eric Mader a63dbbbeeb Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h,
Mon May 06 15:07:39 2002 Eric Mader <mader@jtcsv.com>
	* Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h, indic-ot-class-tables.c

	* pango/opentype/ftxgdef.c: Compute full offset for mark attachment class table

	* pango/opentype/ftxgpos.c: Only return TTO_Err_Not_Covered if nothing matches

	* pango/opentype/pango-ot-ruleset.c: enable GPOS processing
2002-05-07 20:39:14 +00:00
..
.cvsignore Since Xft may only be available statically without shlib deps, check for 2000-12-20 04:41:36 +00:00
FT-license.txt Since Xft may only be available statically without shlib deps, check for 2000-12-20 04:41:36 +00:00
Makefile.am Resuming aborted commit 2001-12-13 17:44:46 +00:00
README Since Xft may only be available statically without shlib deps, check for 2000-12-20 04:41:36 +00:00
disasm.c Uncomment GPOS parts. 2002-03-15 04:22:14 +00:00
disasm.h Since Xft may only be available statically without shlib deps, check for 2000-12-20 04:41:36 +00:00
fterrcompat.h Add compatibility defines for changes in FreeType 2.1.0. 2002-04-23 20:20:29 +00:00
ftxgdef.c Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h, 2002-05-07 20:39:14 +00:00
ftxgdef.h Since Xft may only be available statically without shlib deps, check for 2000-12-20 04:41:36 +00:00
ftxgpos.c Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h, 2002-05-07 20:39:14 +00:00
ftxgpos.h Since Xft may only be available statically without shlib deps, check for 2000-12-20 04:41:36 +00:00
ftxgsub.c In Load_ChainContextSubst2, handle the case where an empty class 2002-03-15 06:46:05 +00:00
ftxgsub.h Since Xft may only be available statically without shlib deps, check for 2000-12-20 04:41:36 +00:00
ftxopen.c In Load_ChainContextSubst2, handle the case where an empty class 2002-03-15 06:46:05 +00:00
ftxopen.h Since Xft may only be available statically without shlib deps, check for 2000-12-20 04:41:36 +00:00
ftxopenf.h In Load_ChainContextSubst2, handle the case where an empty class 2002-03-15 06:46:05 +00:00
makefile.mingw.in Only a script engine here. 2000-12-21 19:55:23 +00:00
ottest.c Since Xft may only be available statically without shlib deps, check for 2000-12-20 04:41:36 +00:00
pango-ot-info.c Remove declarations of unimplemented functions 2001-10-30 22:09:20 +00:00
pango-ot-private.h Since Xft may only be available statically without shlib deps, check for 2000-12-20 04:41:36 +00:00
pango-ot-ruleset.c Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h, 2002-05-07 20:39:14 +00:00
pango-ot.def Only a script engine here. 2000-12-21 19:55:23 +00:00

README

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