freetype2/include/internal
suzuki toshiya e2d2b1544f [ftrfork] Fix the face order difference between POSIX and Carbon.
The fragmented resources in Suitcase and .dfont should be reordered
when post resource for Type1 is being restored, but reordering of
sfnt resources induces the different face order.  Now the ordering
is restricted to post resource only, to prevent the different order
issue  (e.g. the face index in the fontconfig cache generated with
Carbon framework is incompatible with that by FreeType2 without
Carbon framework.)  Found by Khaled Hosny and Hin-Tak Leung.

http://lists.gnu.org/archive/html/freetype-devel/2013-02/msg00035.html
http://lists.gnu.org/archive/html/freetype-devel/2013-12/msg00027.html

* src/base/ftrfork.c (FT_Raccess_Get_DataOffsets): Add a switch
`sort_by_res_id' to control the fragmented resource ordering.
* include/internal/ftrfork.h: Daclare new switch.
* src/base/ftobjs.c (IsMacResource): Enable the soring for post
resource, and disable the sorting for sfnt resource.
2013-12-27 16:45:18 +09:00
..
services Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
autohint.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
ftcalc.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
ftdebug.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
ftdriver.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
ftgloadr.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
ftmemory.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
ftobjs.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
ftpic.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
ftrfork.h [ftrfork] Fix the face order difference between POSIX and Carbon. 2013-12-27 16:45:18 +09:00
ftserv.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
ftstream.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
fttrace.h Introduce `coverages'. 2013-12-21 21:39:04 +01:00
ftvalid.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
internal.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
psaux.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
pshints.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
sfnt.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
t1types.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
tttypes.h [truetype] Remove dead code. 2013-12-03 07:01:57 +01:00