fix a small bug in the TrueType loader that created distortion in the result

of bytecode-hinted text. Werner, feel free to package 2.3.5 now :-)
This commit is contained in:
David Turner 2007-07-01 09:34:04 +00:00
parent 74cc0e9ee4
commit 0ba8991292
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-07-01 David Turner <david@freetype.org>
* src/truetype/ttgload.c: fix a small bug that created distortions
in the bytecode interpreter results
2007-06-30 David Turner <david@freetype.org>
* src/truetype/ttinterp.c: add missing variable initialization,

View File

@ -436,7 +436,7 @@
x += y;
vec->y = x;
*flag = f & ~( 4 | 32 );
*flag = f & FT_CURVE_TAG_ON;
}
outline->n_points = (FT_UShort)n_points;