[as-devel] CVS commit to afterstep-devel

CVS server (cvsroot@merilon.elfhame.net)
Fri, 4 May 2001 15:00:03 -0700


Modified files:
  2001-05-04 14:48:51 include/asfont.h
  2001-05-04 14:48:52 libasGUI/asfont.c
  2001-05-04 14:48:52 src/test/test.c
ChangeLog:
  completed ASFont implementation as needed at the moment - there will need to be some
  work done in order to adapt it to locale support.( as well as in several other places).
  changed glyph compression algorithm once again to run length encode only 0s and 
  FFs, and store rest in raw format. That allows to cut down on memory since we 
  don't use 2 bytes anymore.
  3 step antialiasing works now.
  Off to image rotation and gradient drawing.