freetype2/src/tools
Werner Lemberg 8b8be78385 [autofit] Introduce data file for blue strings.
The idea is to have a central file which gets processed by a Perl
script to create proper `.c' and `.h' files using templates.  There
are two other reasons to do that:

  . The data file should be easily readable.  We use UTF-8 encoding
    which then gets converted to single bytes.

  . Since the number of supported scripts will increase soon, the
    current usage of blue string arrays is a waste of space.  Using
    the Perl script it is possible to imitate jagged arrays,
    defining enumeration constants as offsets into the arrays.

This commit only adds files without changing any functionality.

* src/autofit/afblue.dat: New data file.
* src/tools/afblue.pl: New Perl script for processing `afblue.dat'.

* src/autofit/afblue.cin, src/autofit/afblue.hin: New template files
for...
* src/autofit/afblue.c, src/autofit/afblue.c: New source files.
To avoid a dependency on Perl, we add them too.
2013-08-25 08:01:41 +02:00
..
docmaker [cff] Add `darkening-parameters' property. 2013-06-25 23:28:02 +02:00
ftrandom Apply fixes for cppcheck nitpicks. 2013-06-04 10:30:48 +02:00
Jamfile * src/base/ftdbgmem.c: another realloc memory counting bug fix 2005-10-21 10:01:25 +00:00
afblue.pl [autofit] Introduce data file for blue strings. 2013-08-25 08:01:41 +02:00
apinames.c Apply fixes for cppcheck nitpicks. 2013-06-04 10:30:48 +02:00
chktrcmp.py Add a script to check the undefined and unused trace macros. 2009-07-13 00:01:57 +09:00
cordic.py [base] Reduce trigonometric algorithms. 2013-01-02 22:21:37 -05:00
glnames.py [psnames] Handle zapfdingbats. 2011-10-01 08:55:20 +02:00
test_afm.c */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. 2013-03-14 17:50:49 +01:00
test_bbox.c [tools] Update BBox testing tool. 2013-02-18 20:41:56 -05:00
test_trig.c Missed some cppcheck items. 2013-06-04 13:09:01 +02:00