fix a typo that force CVT scaling to be re-run on each glyph load

david-pic-changes
David Turner 18 years ago
parent 94be20ea82
commit a8b45e6183
  1. 5
      ChangeLog
  2. 2
      src/truetype/ttobjs.c

@ -43,6 +43,11 @@
* src/base/ftglyph.c (FT_Glyph_Copy): Always set second argument to
zero in case of error. This fixes Savannah bug #19689.
2007-04-25 Boris Letocha <b.letocha@cz.gmc.net>
* src/truetype/ttobjs.c: fix a typo that created a speed regression
in the TrueType bytecode loader
2007-04-10 Martin Horak <horakm@centrum.cz>
* src/sfnt/sfobjs.c (sfnt_load_face) [FT_CONFIG_OPTION_INCREMENTAL]:

@ -693,6 +693,8 @@
size->GS = tt_default_graphics_state;
error = tt_size_run_prep( size );
if (!error)
size->cvt_ready = 1;
}
Exit:
return error;

Loading…
Cancel
Save