• Show log

    Commit

  • Hash : bd5ae400
    Author : Werner Lemberg
    Date : 2000-07-05T04:32:02

    Run g++ on the FreeType library. This should make the use of code in C++ programs easier: Renamed FT_WordXX to FT_UIntXX. Changed a lot of void* to FT_Byte* if related to i/o streams -- FreeType always accesses streams byte-wise, so this makes sense IMHO. Added a lot of #ifdef __cplusplus to header files (and removed a few). Other minor syntax fixes (mostly casts). Replaced the variable `private' with `private_dict' -- `private' is reserved in C++.

  • Readme.txt

  • This directory contains an experimental Type 1 driver that will ultimately
    replace the "official" one in "src/type1".
    
    This driver doesn't provide a mini Postscript interpreter, but uses
    pattern matching in order to load data from fonts. It works better and
    faster than the official driver, but will replace it only when we finish
    the auto-hinting module..
    
    You don't need to compile it to support Type 1 fonts, the driver should
    co-exist peacefully with the rest of the engine however..