| Index: third_party/freetype/src/truetype/ttsubpix.c
|
| diff --git a/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/ttsubpix.c b/third_party/freetype/src/truetype/ttsubpix.c
|
| similarity index 98%
|
| rename from core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/ttsubpix.c
|
| rename to third_party/freetype/src/truetype/ttsubpix.c
|
| index 1bff6f968aec0ca2058ff0ed7c56ea64ac440070..ca604518cfe7bd8a30a3946e55ddf35ca80ddcfa 100644
|
| --- a/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/ttsubpix.c
|
| +++ b/third_party/freetype/src/truetype/ttsubpix.c
|
| @@ -15,14 +15,14 @@
|
| /* */
|
| /***************************************************************************/
|
|
|
| -#include "../../include/ft2build.h"
|
| -#include "../../include/freetype/internal/ftdebug.h"
|
| -#include "../../include/freetype/internal/ftcalc.h"
|
| -#include "../../include/freetype/internal/ftstream.h"
|
| -#include "../../include/freetype/internal/sfnt.h"
|
| -#include "../../include/freetype/tttags.h"
|
| -#include "../../include/freetype/ftoutln.h"
|
| -#include "../../include/freetype/ftttdrv.h"
|
| +#include <ft2build.h>
|
| +#include FT_INTERNAL_DEBUG_H
|
| +#include FT_INTERNAL_CALC_H
|
| +#include FT_INTERNAL_STREAM_H
|
| +#include FT_INTERNAL_SFNT_H
|
| +#include FT_TRUETYPE_TAGS_H
|
| +#include FT_OUTLINE_H
|
| +#include FT_TRUETYPE_DRIVER_H
|
|
|
| #include "ttsubpix.h"
|
|
|
| @@ -282,7 +282,7 @@
|
| const SPH_TweakRule COMPATIBILITY_MODE_Rules
|
| [COMPATIBILITY_MODE_RULES_SIZE] =
|
| {
|
| - { "-", 0, "", 0 },
|
| + { "Verdana Clones", 0, "", 0 },
|
| };
|
|
|
|
|
| @@ -956,7 +956,7 @@
|
| if ( loader->exec->rasterizer_version != TT_INTERPRETER_VERSION_35 )
|
| {
|
| loader->exec->rasterizer_version = TT_INTERPRETER_VERSION_35;
|
| - loader->exec->size->cvt_ready = FALSE;
|
| + loader->exec->size->cvt_ready = -1;
|
|
|
| tt_size_ready_bytecode(
|
| loader->exec->size,
|
| @@ -971,7 +971,7 @@
|
| SPH_OPTION_SET_RASTERIZER_VERSION )
|
| {
|
| loader->exec->rasterizer_version = SPH_OPTION_SET_RASTERIZER_VERSION;
|
| - loader->exec->size->cvt_ready = FALSE;
|
| + loader->exec->size->cvt_ready = -1;
|
|
|
| tt_size_ready_bytecode(
|
| loader->exec->size,
|
|
|