formatting

This commit is contained in:
David Turner 2007-01-04 22:00:51 +00:00
parent 38d1002b8a
commit d10dff2bed
1 changed files with 3 additions and 2 deletions

View File

@ -4,8 +4,9 @@
and replace it with a constant array of bytes
* src/raster/ftraster.c, src/smooth/ftgrays.c: small optimization, the
rasterizers now uses the render pool to store their state during scanline
convertion. this saves about 6 KB of heap space for each FT_Library instance
rasterizers now use the render pool to store their state during
scanline conversion. this saves about 6 KB of heap space for each
FT_Library instance
* src/sfnt/sfobjs.c, src/sfnt/ttkern.c, src/sfnt/ttkern.h,
src/sfnt/ttmtx.c, src/sfnt/ttsbit.c, src/sfnt/ttsbit.h,