CVSROOT:        /cvsroot/freetype
Module name:    freetype2
Changes by:     Werner LEMBERG <wl>     09/03/02 09:09:13

Modified files:
        .              : ChangeLog 
        src/sfnt       : ttsbit.c 

Log message:
        Fix handling of EBDT formats 8 and 9.
        
        The main cycle in `blit_sbit' makes too many iterations: it actually
        needs the count of lines in the source bitmap rather than in the
        target image.
        
        * src/sfnt/ttsbit.c (blit_sbit) [FT_CONFIG_OPTION_OLD_INTERNALS]:
        Add parameter `source_height' and use it for main loop.
        (Load_SBit_Single) [FT_CONFIG_OPTION_OLD_INTERNALS]: Updated.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/freetype2/ChangeLog?cvsroot=freetype&r1=1.1890&r2=1.1891
http://cvs.savannah.gnu.org/viewcvs/freetype2/src/sfnt/ttsbit.c?cvsroot=freetype&r1=1.77&r2=1.78


_______________________________________________
Freetype-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-cvs

Reply via email to