forked from minhngoc25a/freetype2
* src/autohint/ahhint.c (ah_hinter_load_glyph): fixed bug
This commit is contained in:
parent
3c40d73d2c
commit
5cb5b4c9c3
|
@ -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…
Reference in New Issue