|
|
|
@ -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, |
|
|
|
|