* src/base/ftpatent.c (FT_Face_SetUnpatentedHinting): Fix typo.

This commit is contained in:
Elton Chung 2011-07-20 06:30:20 +02:00 committed by Werner Lemberg
parent b0962ac34e
commit 77f04cebe8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-07-20 Elton Chung <elton328@gmail.com>
* src/base/ftpatent.c (FT_Face_SetUnpatentedHinting): Fix typo.
2011-07-16 Steven Chu <steven.f.chu@gmail.com>
[truetype] Fix metrics on size request for scalable fonts.

View File

@ -269,7 +269,7 @@
#if defined( TT_CONFIG_OPTION_UNPATENTED_HINTING ) && \
!defined( TT_CONFIG_OPTION_BYTECODE_INTEPRETER )
!defined( TT_CONFIG_OPTION_BYTECODE_INTERPRETER )
if ( face && FT_IS_SFNT( face ) )
{
result = !face->internal->ignore_unpatented_hinter;