IFreeType, programming, the FreeType Font Engine Libary for TrueType FontsFreeType V2.1.4#http://www.vsm.com.au/ftp/jfp/kits/2© Tous droits réservés 2003 Jean-François PIÉRONNEnFreeType is a Free font engine library for TrueType fonts used by several software packages, including Python.mBy default, the installation procedure installs this library package in the SYS$COMMON:[FREETYPE] directory. nTo install it in another directory, dev:[dir], use the /DESTINATION parameter of the PRODUCT command. In this Pcase, the library package will be installed in the dev:[dir.FREETYPE] directory. InstallationH 1. Make the directory which holds the ZIP file your default directory0 2. Extract the PCSI kit from the ZIP archive.#$ UNZIP "-V" FREETYPE-V0201-4-1.ZIP= 3. Install the library package to your chosen destination.%$ PRODUCT INSTALL freetype (default) or ...1$ PRODUCT INSTALL freetype /DESTINATION=dev:[dir]R 4. Finally, run the DCL procedure STARTUP.COM to define the necessary logicals.I(You might want to add the relevant line to your SYSTARTUP_VMS.COM file.)*$ @SYS$COMMON:[FREETYPE]STARTUP (default)or ...$ @dev:[dir.FREETYPE]STARTUP