freetype/src/autofit
Werner Lemberg d180ac70fc [autofit] Implement Infinality's `increase glyph heights'.
This is an improved version of a similar fix contained in the
so-called `Infinality patch', taken from

  http://www.infinality.net/fedora/linux/zips/freetype-infinality-2.4.10-20120616_01-x86_64.tar.bz2

which addresses various enhancements of the auto-hinter.  Without
properties to control a module's metadata it wasn't possible to
adapt the patches because everything was originally controlled by
environment variables which I consider not suitable in general.

A patch to control `increase_x_height' follows.

* src/autofit/afglobal.h (AF_PROP_INCREASE_X_HEIGHT_MIN,
AF_PROP_INCREASE_X_HEIGHT_MAX): New macros.
(AF_FaceGlobalsRec): Add `increase_x_height' member.
* src/autofit/afglobal.c (af_face_globals_new): Initialize it.

* src/autofit/aflatin.c (af_latin_metrics_scale_dim),
* src/autofit/aflatin2.c (af_latin2_metrics_scale_dim): Implement
handling of `increase_x_height'.
2012-09-18 23:26:37 +02:00
..
afangles.c [autofit] Quantize stem widths. 2012-07-03 11:54:12 +02:00
afangles.h * src/autofit/afdummy.c, src/autofit/afdummy.h 2005-03-02 11:24:23 +00:00
afcjk.c [autofit] Update to Unicode 6.1.0. 2012-09-14 14:10:01 +02:00
afcjk.h Fix conditional compilation. 2012-06-27 08:16:06 +02:00
afdummy.c Whitespace. 2011-11-30 10:46:53 +01:00
afdummy.h [autofit] Some formatting and clean-ups. 2011-01-23 12:42:23 +01:00
aferrors.h Prepare source code for amalgamation. 2012-03-08 06:04:03 +01:00
afglobal.c [autofit] Implement Infinality's `increase glyph heights'. 2012-09-18 23:26:37 +02:00
afglobal.h [autofit] Implement Infinality's `increase glyph heights'. 2012-09-18 23:26:37 +02:00
afhints.c [autofit] Do some code cleanup. 2012-07-06 19:38:44 +02:00
afhints.h [autofit] Do some code cleanup. 2012-07-06 19:38:44 +02:00
afindic.c Whitespace. 2011-11-30 10:46:53 +01:00
afindic.h Position Independent Code (PIC) support in autofit module. 2009-04-05 18:23:38 +03:00
aflatin2.c [autofit] Implement Infinality's `increase glyph heights'. 2012-09-18 23:26:37 +02:00
aflatin2.h Position Independent Code (PIC) support in autofit module. 2009-04-05 18:23:38 +03:00
aflatin.c [autofit] Implement Infinality's `increase glyph heights'. 2012-09-18 23:26:37 +02:00
aflatin.h [autofit] Improve debugging messages; do some code cleanup. 2012-07-09 08:19:25 +02:00
afloader.c [autofit] Add hierarchical property access to some structures. 2012-09-18 15:23:41 +02:00
afloader.h [autofit] Pass AF_Module' instead of AF_Loader'. 2012-09-14 12:26:57 +02:00
afmodule.c [autofit] Add hierarchical property access to some structures. 2012-09-18 15:23:41 +02:00
afmodule.h [autofit] Implement `fallback-script' property. 2012-09-15 18:26:28 +02:00
afpic.c [autofit] Implement properties service framework. 2012-08-31 00:20:29 +02:00
afpic.h [autofit] Implement properties service framework. 2012-08-31 00:20:29 +02:00
aftypes.h [autofit] Add hierarchical property access to some structures. 2012-09-18 15:23:41 +02:00
afwarp.c Remove trailing spaces. 2012-01-17 02:00:24 +09:00
afwarp.h * src/cff/cffload.c (cff_index_get_pointers): Handle last entry 2007-01-25 11:50:00 +00:00
autofit.c Copyright. 2011-03-26 09:03:32 +01:00
Jamfile Remove compiler warning. 2009-05-28 07:07:48 +02:00
module.mk FT_USE_MODULE declares things as: 2008-12-21 10:29:30 +00:00
rules.mk */rules.mk: Handle `*pic.c' files. 2011-01-03 07:11:54 +01:00