More ftgray fixes for FT_STATIC_RASTER.
Problems reported by suyu@cooee.cn. * src/smooth/ftgrays.c (gray_move_to, gray_raster_render): Use RAS_VAR.
This commit is contained in:
parent
140a694373
commit
d1862d227c
|
@ -1,3 +1,11 @@
|
||||||
|
2009-06-19 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
|
More ftgray fixes for FT_STATIC_RASTER.
|
||||||
|
Problems reported by suyu@cooee.cn.
|
||||||
|
|
||||||
|
* src/smooth/ftgrays.c (gray_move_to, gray_raster_render): Use
|
||||||
|
RAS_VAR.
|
||||||
|
|
||||||
2009-06-18 Werner Lemberg <wl@gnu.org>
|
2009-06-18 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
* docs/CHANGES: Updated.
|
* docs/CHANGES: Updated.
|
||||||
|
|
|
@ -1132,7 +1132,7 @@
|
||||||
|
|
||||||
|
|
||||||
/* record current cell, if any */
|
/* record current cell, if any */
|
||||||
gray_record_cell( worker );
|
gray_record_cell( RAS_VAR );
|
||||||
|
|
||||||
/* start to a new position */
|
/* start to a new position */
|
||||||
x = UPSCALE( to->x );
|
x = UPSCALE( to->x );
|
||||||
|
@ -1967,7 +1967,7 @@
|
||||||
ras.render_span_data = &ras;
|
ras.render_span_data = &ras;
|
||||||
}
|
}
|
||||||
|
|
||||||
return gray_convert_glyph( worker );
|
return gray_convert_glyph( RAS_VAR );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue