• Show log

    Commit

  • Hash : 37379e21
    Author : David Turner
    Date : 2000-03-28T11:22:31

    major changes to the library:
    
      - there is now a "convenience" API to manage glyphs in
       "include/ftglyph.h". See the demo program "ftstring" for
       an example..
    
      - the raster interface has been changed in order to allow
        direct composition through user-provided callbacks. This
        has been tested but isn't demonstrated for now in "demos"
    
     - the FT_LOAD_NO_RECURSE flag is supported, as this is
       required by some new code in the auto-hinting engine
    
     - some bug fixed in FT_MulFix which made FT_xxx_Transform
       return incorrect results..