*** 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 It seems that the probject Free Type Layout provides the similar (or
21 better) facility as this library, but currently they have not yet
22 released their library.  So, we have developped this library.
23
24 (2) Installation
25
26 (2-1) Installation from libotf-X.Y.tar.gz.
27
28 % tar xfz libotf-X.Y.tar.gz
29 % cd libotf-X.Y
30 % ./configure
31 % make
32 % make install
33
34 (2-2) Installation from CVS repository.
35
36 % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
37 CVS Password:  <- type Enter (or RET)
38 % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root co libotf
39 % cd libotf
40 % ./autogen.sh
41 % ./configure
42 % make
43 % make install
44
45 (3) Documents
46
47 o REAMDE -- this file
48 o COPYING -- GPL document
49 o INSTALL -- the generic installation instructions
50 o NEWS -- the recent changes to libm17n
51
52 (4) Bug report
53
54 Please send bug reports to bugs <bugs-libotf@m17n.org>.
55
56
57 -----
58
59 Copyright (C) 2003
60 National Institute of Advanced Industrial Science and Technology (AIST)
61
62 This file is part of libotf.
63
64 Libotf is free software; you can redistribute it and/or modify
65 it under the terms of the GNU General Public License as published by
66 the Free Software Foundation; either version 2, or (at your option)
67 any later version.
68
69 Libotf is distributed in the hope that it will be useful,
70 but WITHOUT ANY WARRANTY; without even the implied warranty of
71 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
72 GNU General Public License for more details.
73
74 You should have received a copy of the GNU General Public License
75 along with autoconf; see the file COPYING.  If not, write to
76 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
77 Boston, MA 02111-1307, USA.