|
|
发表于 2005-6-16 20:16:35
|
显示全部楼层
英文破碎的问题得以解决,是bytecode interpreter没开的缘故,按以前freetype-2.1.6-enable_bytecode.patch的写法,
- -/* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */
- +#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER
复制代码
那么只要在freetype-2.1.10/include/freetype/config/ftoption.h文件中稍微改一下就ok了。
真搞不懂bytecode interpreter为什么默认是关着的 :confused: |
|