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

BRANCH-2-1-5
David Turner 22 years ago
parent 1b1f7b928d
commit 10c4bd014c
  1. 2
      ChangeLog
  2. 9
      src/autohint/ahhint.c

@ -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

@ -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 );

Loading…
Cancel
Save