-Use hinting in freetype now that patent has expired.

svn path=/branches/cmake-bringup/; revision=48284
This commit is contained in:
Ziliang Guo 2010-07-26 18:21:09 +00:00
parent 4df268ef33
commit 147875c573

View file

@ -1,11 +1,6 @@
add_definitions(-D__NTDRIVER__)
add_definitions(-DFT2_BUILD_LIBRARY)
IF(NSWPAT STREQUAL "1")
add_definitions(-DTT_CONFIG_OPTION_UNPATHENTED_HINTING)
ELSE()
ADD_DEFINITIONS(-DTT_CONFIG_OPTION_BYTECODE_INTERPRETER)
ENDIF(NSWPAT STREQUAL "1")
add_definitions(-DTT_CONFIG_OPTION_BYTECODE_INTERPRETER)
include_directories(include)