*** empty log message ***
[m17n/libotf.git] / README
1
2         libotf -- A Library for handling OpenType Font (OTF)
3
4                         Ver.0.9 (2003.1.10)
5
6
7 (1) What is libotf?
8
9 The library "libotf" provides the following facilites.
10
11     o Read Open Type Layout Tables from OTF file.  Currently these
12       tables are supported; head, name, cmap, GDEF, GSUB, and GPOS.
13
14     o Convert a Unicode character sequence to a glyph code sequence by
15       using the above tables.
16
17 The combination of libotf and the FreeType library (Ver.2) realizes
18 CTL (complex text layout) by OpenType fonts.
19
20
21 (2) Installation
22
23 (2-1) Installation from libotf-X.Y.tar.gz.
24
25 % tar xfz libotf-X.Y.tar.gz
26 % cd libotf-X.Y
27 % ./configure
28 % make
29 % make install
30
31 (2-2) Installation from CVS repository.
32
33 % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
34 CVS Password:  <- type Enter (or RET)
35 % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root co libotf
36 % cd libotf
37 % ./autogen.sh
38 % ./configure
39 % make
40 % make install
41
42 (3) Documents
43
44 o REAMDE -- this file
45 o COPYING -- GPL document
46 o INSTALL -- the generic installation instructions
47 o NEWS -- the recent changes to libm17n
48
49 (4) Bug report
50
51 Please send bug reports to bugs <bugs-libotf@m17n.org>.
52
53
54 -----
55
56 Copyright (C) 2003
57 National Institute of Advanced Industrial Science and Technology (AIST)
58
59 This file is part of libotf.
60
61 Libotf is free software; you can redistribute it and/or modify
62 it under the terms of the GNU General Public License as published by
63 the Free Software Foundation; either version 2, or (at your option)
64 any later version.
65
66 Libotf is distributed in the hope that it will be useful,
67 but WITHOUT ANY WARRANTY; without even the implied warranty of
68 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
69 GNU General Public License for more details.
70
71 You should have received a copy of the GNU General Public License
72 along with autoconf; see the file COPYING.  If not, write to
73 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
74 Boston, MA 02111-1307, USA.