CHANGES of VFlib2 * Version 2.25.0 Sep 6 1999 o Added "VFlib2-config" program. Useful for compiling application program using VFlib2. o Minor improvemnets for portability. o Adopts GNU libtool 1.3.3 o Adopts GNU autoconf 2.13 * Version 2.24.2 Feb 17 1999 o IMPORTANT: Now configure script requires explicit command line options to use FreeType. (See also 'run-conf' script.) o IMPORTANT: Changed shared library versioning scheme. * Version 2.24 Sep 1 1998 o Adopts FreeType 1.1. VFlib does not work with FreeType 1.0. Users must obtain it from http://www.freetype.org/ and install before installing VFlib. o Distribution and compilation are changed. VFlib library file does not contain object files of FreeType. FreeType library must be linked with application software explicitly. * Version 2.23 May 26 1998 o Added a font driver using FreeType library 1.0 for TrueType fonts. o Introducerd GNU Libtool and GNU Autoconf; Now we can make shared libraries. Platform dependent issues are automatically detected by autoconf and (maybe) you do not have to edit Makefiles. o Because of adopting Autoconf, I changed how to compile VFlib. First, run 'configure' script and then, run 'make'. o I Changed installation directories. libraries: /usr/local/lib/ binaries: /usr/local/bin/ header files: /usr/local/include/ vfontcaps: /usr/local/lib/VFlib/2.23/ * Version 2.22 May. 18 1996 New features: o (Some) TrueType DynaFont fonts are available. (Not all DynaFont fonts can be used by VFlib.) (Also see ~/dynafont/ directory by Shigeru Makino and K.Chinen) o Support for Japanese TrueType fonts used in OS/2 Warp (by Tetsuo Tahara) o Support for HBF fonts (by Werner Lemberg) o An experimental feature for multilanguage support. (by Werner Lemberg) Bug fixes: o Changed to use IMAKE to compile the programs under tools/ directory. o A minor bug ("Ai" [love] and "Au" [meeting] in JG Mincho font, "Ai" [love] in JG Gothic font become strange shape) in JG font driver is corrected. (by Fukuda@INS-E) o A bug (Sony font class cannot available at all) is corrected. (by Takashi Murase at Sony and Yoichiro Ueno at Tokyo Institute Technology) o Typographical errors are corrected and English is polished. (by Werner Lemberg) o A bug (invocation of VF_Init() after VF_Deinit() fails) is corrected. (by Yuuki at Ricoh) * Version 2.21 Dec. 31 1995 o Added VFlib Q&A. o Added the bdf font class. o Added the null font class o Support for Windows95 fonts. (by Mr Matsuda) o Changed to use a symbol SYSV to compile on System V systems. Improvments for consistency with a document. (Pointed out by Mr Kazama.) o Fixed a bug to dump core in Syotai-Kurabu font in case vfontcap file is wrong. (Pointed out by Mr Sasaki) * Version 2.20 June 20 1995 o Added VF_ReserveBitmap(). (for compatibility with libVFlibd.a.) o Added dynamic open/close of font files. o Fixed a bug in JG Font driver to dumps core. o Some characters in th Syotai-Kurabu font "asiya24" are failed to handles. (Such chracters contains (0,0) point in outline data; which is treated as the end-of-outline-data. Fixed it. (Pointed out by Mr Itoh.) o Added NOP instructon in the BitOP font class. o Removed (probably) all memory leaks. * Version 2.16.2 May 25 1994 o Changed VFlib.c to refrer enviromnent variable VFONTCAP when pointer to vfontcap file is null (in VFlib.c) * Version 2.16.1 May 24 1994 o Vftest and ktest are now available on color display. (by Y.Koshino and H.Kakugawa) * Version 2.16 May 18 1994 o Added half-tone feature in bitop class. * Version 2.15.2 May 10 1994 o ttindex is improved to handle kanji TrueType font whose internal character code is SJIS. (by I. Matsuda) o VF_Sony can handle the character code 0x2121 (zenkaku-space) now. * Version 2.15.1 Apr 26 1994 o Bug fixed in TrueType font module. * Version 2.15 Apr 19 1994 o Bugs in VF_TT.c are fixed. (by I. Matsuda) o Conversion expression (2-Bezier -> 3-Bezier) are corrected. (by I. Matsuda and S. Ooyama) * Version 2.14 Mar 12 1994 o JG Font access routines are repleced by new implementation. o Outline data extraction feature of JG Font is implemented. o Some compile options in Makefile are moved into config.h. o Outline drawing routines are added in VFlib.c and outline drawing routines are deleted from VF_Zeit.c, VF_Jg.c. o Compile switch `FSLIB_DRAW' is added. o Changed performance measuring program `vfperf'. * Version 2.13 Jan 1 1994 o TrueType Font is supported. (by I. Matsuda) o Syotai-Club Font access routines are repleced by new implementation. o JG Font access routines are repleced by new implementation. o Outline data extraction feature is added. ; EOF