freetype2/docs
David Turner c8087481df * docs/TODO: added "stem3 and counter hints support" to the TODO list
for the Postscript hinter

        * docs/BUGS: closed the AUTOHINT-NO-SBITS bug.

        * src/pshinter/pshrec.c (t2_hint_stems), src/cff/cffobjs.h,
        src/cff/cffobjs.c, src/cff/cffload.c, src/cff/cffload.h,
        src/cff/cffgload.c, src/cff/cffgload.h, src/cff/cffdriver.c,
        include/freetype/internal/cfftypes.h: added Postscript hinter support
        to the CFF driver

        * src/base/ftobjs.c (FT_Done_Library): fixed a stupid bug that crashed
        the library on exit
2001-12-20 13:14:18 +00:00
..
BUGS * docs/TODO: added "stem3 and counter hints support" to the TODO list 2001-12-20 13:14:18 +00:00
BUILD * builds/win32/detekt.mk: Fix .PHONY target for Intel compiler. 2001-03-20 22:58:56 +00:00
CHANGES * builds/unix/freetype2.m4: Some portability fixes. 2001-12-12 15:15:44 +00:00
FTL.txt * builds/unix/freetype2.m4: Some portability fixes. 2001-12-12 15:15:44 +00:00
GPL.txt Moving FreeType license to doc dir. 2000-11-02 07:53:08 +00:00
PATENTS updated documentation for the 2.0.4 release 2001-06-22 08:45:31 +00:00
TODO * docs/TODO: added "stem3 and counter hints support" to the TODO list 2001-12-20 13:14:18 +00:00
license.txt Formatting. 2001-12-05 01:22:05 +00:00
readme.vms moving documents to the "docs" directory 2001-05-24 15:00:19 +00:00

readme.vms

How to build the freetype2 library on VMS
-----------------------------------------

Just type one of the following depending on the type of external entries you
want:

  mms

or

  mms/macro=("COMP_FLAGS=/name=(as_is,short)")

The library is avalaible in the directory

  [.LIB]

To compile applications using freetype2 you'll need to define the logical
FREETYPE pointing to the directory

  [.INCLUDE.FREETYPE]

(i.e., if the directory in which this README.VMS file is located is
$disk:[freetype] then define the logical with

  define freetype $disk:[freetype.include.freetype]

This version has been tested with Compaq C V6.2-006 on OpenVMS Alpha V7.2-1.


  Any problems can be reported to

    joukj@hrem.stm.tudelft.nl


      Jouk Jansen