| Index: third_party/freetype/include/freetype-custom-config/ftoption.h
|
| diff --git a/third_party/freetype/include/freetype-custom-config/ftoption.h b/third_party/freetype/include/freetype-custom-config/ftoption.h
|
| index afa3c60b0fb0bec152e72afcd490758ce7cea3ae..a2a3f903d9a8accca4b695734b0603e0997e11db 100644
|
| --- a/third_party/freetype/include/freetype-custom-config/ftoption.h
|
| +++ b/third_party/freetype/include/freetype-custom-config/ftoption.h
|
| @@ -905,7 +905,9 @@ FT_BEGIN_HEADER
|
|
|
| /*************************************************************************/
|
| /* */
|
| - /* Compile autofit module with Indic script support. */
|
| + /* Compile autofit module with fallback Indic script support, covering */
|
| + /* some scripts that the `latin' submodule of the autofit module doesn't */
|
| + /* (yet) handle. */
|
| /* */
|
| #define AF_CONFIG_OPTION_INDIC
|
|
|
| @@ -924,6 +926,26 @@ FT_BEGIN_HEADER
|
| /* */
|
| /*#define AF_CONFIG_OPTION_USE_WARPER*/
|
|
|
| + /*************************************************************************/
|
| + /* */
|
| + /* Use TrueType-like size metrics for `light' auto-hinting. */
|
| + /* */
|
| + /* It is strongly recommended to avoid this option, which exists only to */
|
| + /* help some legacy applications retain its appearance and behaviour */
|
| + /* with respect to auto-hinted TrueType fonts. */
|
| + /* */
|
| + /* The very reason this option exists at all are GNU/Linux distributions */
|
| + /* like Fedora that did not un-patch the following change (which was */
|
| + /* present in FreeType between versions 2.4.6 and 2.7.1, inclusive). */
|
| + /* */
|
| + /* 2011-07-16 Steven Chu <steven.f.chu@gmail.com> */
|
| + /* */
|
| + /* [truetype] Fix metrics on size request for scalable fonts. */
|
| + /* */
|
| + /* This problematic commit is now reverted (more or less). */
|
| + /* */
|
| +/* #define AF_CONFIG_OPTION_TT_SIZE_METRICS */
|
| +
|
| /* */
|
|
|
|
|
|
|