way too many freetype headers are wrong - dont rely on them. :(

SVN revision: 23688
This commit is contained in:
Carsten Haitzler 2006-07-03 09:09:06 +00:00
parent 72ff1f5bad
commit 4cedfd95b9
1 changed files with 2 additions and 2 deletions

View File

@ -385,7 +385,7 @@ evas_common_hinting_available(Font_Hint_Flags hinting)
#ifdef TT_CONFIG_OPTION_UNPATENTED_HINTING
return 1;
#else
return 0;
return 1;
#endif
}
else if (hinting == FONT_BYTECODE_HINT)
@ -393,7 +393,7 @@ evas_common_hinting_available(Font_Hint_Flags hinting)
#ifdef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
return 1;
#else
return 0;
return 1;
#endif
}
return 0;