forked from minhngoc25a/freetype2
* src/base/ftpatent.c (FT_Face_SetUnpatentedHinting): Fix typo.
This commit is contained in:
parent
b0962ac34e
commit
77f04cebe8
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue