* src/autohint/ahhint.c (ah_hinter_load_glyph): fixed bug

This commit is contained in:
David Turner 2003-08-17 23:00:59 +00:00
parent 1b1f7b928d
commit 10c4bd014c
2 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,7 @@
2003-08-18 David Turner <david@freetype.org>
* src/autohint/ahhint.c (ah_hinter_load_glyph): fixed bug
* Jamfile: adding the "refdoc" target to the Jamfile in order to
build the API Reference in "docs/reference" automatically

View File

@ -1850,12 +1850,9 @@
hinter->do_stem_adjust = FT_BOOL( hint_mode != FT_RENDER_MODE_LIGHT );
#if 1
load_flags = FT_LOAD_NO_SCALE
| FT_LOAD_IGNORE_TRANSFORM ;
#else
load_flags |= FT_LOAD_NO_SCALE | FT_LOAD_NO_RECURSE;
#endif
load_flags |= FT_LOAD_NO_SCALE
| FT_LOAD_IGNORE_TRANSFORM ;
error = ah_hinter_load( hinter, glyph_index, load_flags, 0 );