harfbuzz/src
Owen Taylor 5febce1ffc Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilation
Wed Feb 12 16:59:23 2003  Owen Taylor  <otaylor@redhat.com>

        * configure.in pango/opentype/fterrcompat.h README:
        Up the FreeType version requirement to 2.0.9.
        (2.2.1 had a compilation failure with older versions,
        this catches it more cleanly, and removes some unneeded
        checks. #105302, problem reported by Will Partain.)
2003-02-12 22:12:55 +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 Do not add GLIB_CFLAGS to CFLAGS. 2002-11-26 13:37:10 +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 Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilation 2003-02-12 22:12:55 +00:00
ftxgdef.c Export TT_New_GDEF_Table to create an empty GDEF table. 2003-01-11 00:16:26 +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 ligatures can be also used in MarkBasePos lookups. (2001-03-17 Werner 2002-09-29 19:06:58 +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 Start of merges from freetype1 of OpenType fixes. 2002-09-29 19:05:01 +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 Don't fail when reading an empty script. 2002-09-06 22:45:23 +00:00
ftxopen.h Don't fail when reading an empty script. 2002-09-06 22:45:23 +00:00
ftxopenf.h In Load_ChainContextSubst2, handle the case where an empty class 2002-03-15 06:46:05 +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 Export TT_New_GDEF_Table to create an empty GDEF table. 2003-01-11 00:16:26 +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 Get rid of unnecessary casts for g_object_{ref,unref} 2002-10-14 22:50:48 +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