~ubuntu-branches/ubuntu/precise/vflib3/precise

« back to all changes in this revision

Viewing changes to ANNOUNCE.txt

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta
  • Date: 2002-04-15 12:10:24 UTC
  • Revision ID: james.westby@ubuntu.com-20020415121024-cann32wucyfbq22f
Tags: upstream-3.6.12
ImportĀ upstreamĀ versionĀ 3.6.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
A font library VFlib version 3.6.10
 
2
 
 
3
                                   Hirotsugu Kakugawa, Hiroshima Univ
 
4
                                              h.kakugawa@computer.org 
 
5
 
 
6
 
 
7
VFlib is a font library written in C language with several functions
 
8
to obtain bitmaps of fonts.  Unique feature of VFlib is that fonts
 
9
in different formats are accessed by unified interface.
 
10
 
 
11
For more information, refer to the following URL:
 
12
   http://TypeHack.aial.hiroshima-u.ac.jp/VFlib/
 
13
In this home page, you can obtain documents on VFlib.
 
14
 
 
15
VFlib supports the following font formats:
 
16
   TeX fonts:       PK, GF, VF, TFM
 
17
   Omega TeX fonts: OFM (level 0), OVF
 
18
   X Window fonts:  PCF, BDF
 
19
   Other fonts:     TrueType, Type 1, HBF, Syotai Club, JG, ekanji
 
20
 
 
21
   * The FreeType library version 1.2 is used for 
 
22
     TrueType format support. Install it before you install VFlib.
 
23
   * The T1Lib library version 1.0 is used for Type 1
 
24
     format support. Install it before you install VFlib.
 
25
   * Kpathsae  library 3.2 (in web2c-7.2) is used for 
 
26
     font file search. Install it before you install VFlib.
 
27
   * Syotai Club and JG are font formats for Japanese Kanji characters.
 
28
 
 
29
VFlib version 3 supports fonts for various languages. (VFlib versions 
 
30
1 and 2 supports only Japanese Kanji fonts.)
 
31
 
 
32
I also developed the TeX-Guy packaged, which is a set of previewers
 
33
and printer drivers for TeX DVI files using VFlib.
 
34
   http://TypeHack.aial.hiroshima-u.ac.jp/TeX-Guy/
 
35
 
 
36
At this moment, only Unix-like operating systems are supported.
 
37
VFlib is tested on FreeBSD 3.2/4.3.
 
38
You must write makefiles by yourself to compile 
 
39
VFlib on Windows {3.1, 95, 98, NT}, for example. (Since GNU 
 
40
autoconf and GNU libtool are used to compile programs in VFlib, 
 
41
porting may not simple. I'm not sure.) But the source code itself 
 
42
contain less Unix-specific parts.  Please let me know if you 
 
43
successfully ported VFlib to non-Unix systems.
 
44
 
 
45
<EOF>