Synchronize with FreeType, part 2.
commit685c62612278ff315a5d39362b733b0798b67976
authorWerner Lemberg <wl@gnu.org>
Wed, 15 Jan 2014 06:16:58 +0000 (15 07:16 +0100)
committerWerner Lemberg <wl@gnu.org>
Wed, 15 Jan 2014 06:40:29 +0000 (15 07:40 +0100)
treef3764217b6fb0d5f20a320594c27fd9fcf9f80d1
parentf5ee451593b0f9045075576c3a06ad86a065b7b0
Synchronize with FreeType, part 2.

This commit is the second of a series that synchronizes ttfautohint with
FreeType, updating from commit 9193259c `[autofit] s/DFLT/NONE/,
s/dflt/none/.', to commit 0d97744d, `[autofit] Fix Indic scripts.'.

Here, we only do mechanical substitutions on the original FreeType files,
namely

  s/Script_(.*)Func/WritingSystem_\1Func/
  s/script/style/
  s/SCRIPT/STYLE/
  s/Script/Style/

where appropriate, together with minor and trivial adjustments like
whitespace issues.

This commit prevents compilation.
lib/tadummy.c
lib/taglobal.c
lib/taglobal.h
lib/talatin.c
lib/talatin.h
lib/tatypes.h
lib/ttfautohint.c