|
|
|
@ -1,31 +1,30 @@ |
|
|
|
|
2001-12-05 David Turner <david@freetype.org> |
|
|
|
|
2001-12-06 Werner Lemberg <wl@gnu.org> |
|
|
|
|
|
|
|
|
|
* src/base/ftglyph.c (FT_Glyph_To_Bitmap): re-ordered code for debugging |
|
|
|
|
purposes.. |
|
|
|
|
* INSTALL: Small update. |
|
|
|
|
|
|
|
|
|
2001-12-05 David Turner <david@freetype.org> |
|
|
|
|
|
|
|
|
|
* src/smooth/ftsmooth.c (ft_smooth_render): fixed a nasty hidden bug where |
|
|
|
|
outline shifting wasn't correctly undone after bitmap rasterization. this |
|
|
|
|
created problems with certain glyphs (like '"' of certain fonts..) and |
|
|
|
|
the cache system.. |
|
|
|
|
* src/base/ftglyph.c (FT_Glyph_To_Bitmap): Re-ordered code for |
|
|
|
|
debugging purposes. |
|
|
|
|
|
|
|
|
|
* src/smooth/ftsmooth.c (ft_smooth_render): Fixed a nasty hidden bug |
|
|
|
|
where outline shifting wasn't correctly undone after bitmap |
|
|
|
|
rasterization. This created problems with certain glyphs (like '"' |
|
|
|
|
of certain fonts) and the cache system. |
|
|
|
|
|
|
|
|
|
2001-12-05 David Turner <david@freetype.org> |
|
|
|
|
|
|
|
|
|
First of all, a big thanks to Werner and Antoine for their latest work !! |
|
|
|
|
|
|
|
|
|
* src/pshinter/pshalgo2.c (psh2_hint_table_init), |
|
|
|
|
src/pshinter/pshalgo1.c (psh1_hint_table_init): removed compiler |
|
|
|
|
warnings |
|
|
|
|
|
|
|
|
|
* include/freetype/cache/*, src/cache/*: yet another massive rewrite of |
|
|
|
|
the caching sub-system, in order to both increase performance and allow |
|
|
|
|
simpler cache sub-classing. As an example, the code for the image and |
|
|
|
|
sbit caches is now much simpler |
|
|
|
|
* src/pshinter/pshalgo2.c (psh2_hint_table_init), |
|
|
|
|
src/pshinter/pshalgo1.c (psh1_hint_table_init): Removed compiler |
|
|
|
|
warnings |
|
|
|
|
|
|
|
|
|
I still need to update the documentation in www/freetype2/docs/cache.html |
|
|
|
|
to reflect the new design though.. |
|
|
|
|
* include/freetype/cache/*, src/cache/*: Yet another massive rewrite |
|
|
|
|
of the caching sub-system in order to both increase performance and |
|
|
|
|
allow simpler cache sub-classing. As an example, the code for the |
|
|
|
|
image and sbit caches is now much simpler. |
|
|
|
|
|
|
|
|
|
I still need to update the documentation in |
|
|
|
|
www/freetype2/docs/cache.html to reflect the new design though. |
|
|
|
|
|
|
|
|
|
2001-12-05 David Krause <freetype@davidkrause.com> |
|
|
|
|
|
|
|
|
|