harfbuzz/src
Theppitak Karoonboonyanan b327765176 Negate y offset according to different conventions between
* pango/opentype/pango-ot-buffer.c (apply_gpos_ltr): Negate y offset
	according to different conventions between PangoGlyphString and OTL
	(#142544)
2004-05-28 16:41:36 +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 Improvements to OpenType-dumping code, based on changes in Qt by Lars 2003-07-26 02:10:42 +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 === Released 1.4.0 === 2004-03-16 19:23:43 +00:00
fterrcompat.h Fix gcc-3.3 versions of macros to have the right return value. 2003-09-15 22:04:55 +00:00
ftxgdef.c Rework opentype interfaces and other changes to make GPOS work for Arabic. 2004-02-29 15:44:50 +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 Rework opentype interfaces and other changes to make GPOS work for Arabic. 2004-02-29 15:44:50 +00:00
ftxgpos.h Rework opentype interfaces and other changes to make GPOS work for Arabic. 2004-02-29 15:44:50 +00:00
ftxgsub.c Rework opentype interfaces and other changes to make GPOS work for Arabic. 2004-02-29 15:44:50 +00:00
ftxgsub.h Rework opentype interfaces and other changes to make GPOS work for Arabic. 2004-02-29 15:44:50 +00:00
ftxopen.c Switch over to recommended Freetype system of include ft2build.h then 2003-11-01 15:02:17 +00:00
ftxopen.h Rework opentype interfaces and other changes to make GPOS work for Arabic. 2004-02-29 15:44:50 +00:00
ftxopenf.h In Load_ChainContextSubst2, handle the case where an empty class 2002-03-15 06:46:05 +00:00
Makefile.am Rework opentype interfaces and other changes to make GPOS work for Arabic. 2004-02-29 15:44:50 +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 Revert error return changes from last commit. 2004-05-27 21:55:50 +00:00
otlbuffer.h Rework opentype interfaces and other changes to make GPOS work for Arabic. 2004-02-29 15:44:50 +00:00
ottest.c Rework opentype interfaces and other changes to make GPOS work for Arabic. 2004-02-29 15:44:50 +00:00
pango-ot-buffer.c Negate y offset according to different conventions between 2004-05-28 16:41:36 +00:00
pango-ot-info.c Rework opentype interfaces and other changes to make GPOS work for Arabic. 2004-02-29 15:44:50 +00:00
pango-ot-private.h Rework opentype interfaces and other changes to make GPOS work for Arabic. 2004-02-29 15:44:50 +00:00
pango-ot-ruleset.c Rework opentype interfaces and other changes to make GPOS work for Arabic. 2004-02-29 15:44:50 +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