harfbuzz/src
Behdad Esfahbod 6f64314f7a Fix typo in docs.
2005-11-23  Behdad Esfahbod  <behdad@gnome.org>

        * pango/opentyp/pango-ot-buffer.c: Fix typo in docs.
2005-11-23 19:48:10 +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 Protect against possible division by zeros (#316468, Steve Grubb) 2005-11-23 15:19:48 +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 Turn various gcc warnings off. Adding const, adding static, fully 2005-11-04 23:55:38 +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 Patch from David Turner. Review and testing by Behdad Esfahbod 2005-07-22 17:56:37 +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 Part of #101079: 2005-11-17 06:28:11 +00:00
ftxgpos.h Finish extending properties flags from FT_UShort => FT_UInt. (OTLBuffer 2004-07-30 21:23:04 +00:00
ftxgsub.c Patches from #170414. Reviewed by Matthias Clasen. 2005-11-03 20:13:40 +00:00
ftxgsub.h Finish extending properties flags from FT_UShort => FT_UInt. (OTLBuffer 2004-07-30 21:23:04 +00:00
ftxopen.c Part of #101079: 2005-11-17 06:28:11 +00:00
ftxopen.h Finish extending properties flags from FT_UShort => FT_UInt. (OTLBuffer 2004-07-30 21:23:04 +00:00
ftxopenf.h Make Check_Property() take a OTL_GlyphItem, add a gproperties field to 2004-07-26 18:59:02 +00:00
Makefile.am Patch from David Turner. Review and testing by Behdad Esfahbod 2005-07-22 17:56:37 +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 Patch from David Turner. Review and testing by Behdad Esfahbod 2005-07-22 17:56:37 +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 Generate valid XML output. Dump LookupFlag too. 2005-08-29 10:06:40 +00:00
pango-ot-buffer.c Fix typo in docs. 2005-11-23 19:48:10 +00:00
pango-ot-info.c Turn various gcc warnings off. Adding const, adding static, fully 2005-11-04 23:55:38 +00:00
pango-ot-private.h #143693, Sayamindu Dasgupta 2004-06-23 20:33:35 +00:00
pango-ot-ruleset.c Added "Since:" tags to all interfaces added after Pango 1.0. (#319116, 2005-11-23 17:54:55 +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