*** empty log message ***
[m17n/libotf.git] / README
diff --git a/README b/README
index e69de29..570ca39 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,88 @@
+This directory tree holds version 0.9.12 of the otf library.   -*- text -*-
+
+Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
+  National Institute of Advanced Industrial Science and Technology (AIST)
+  Registration Number H15PRO167
+See the end for copying conditions.
+
+
+#####################################################################
+#      libotf -- A Library for handling OpenType Font (OTF)        #
+#                                                                  #
+#                      Ver.0.9.13 (2012.04.27)                     #
+#####################################################################
+
+(1) What is libotf?
+
+The library "libotf" provides the following facilites.
+
+    o Read Open Type Layout Tables from OTF file.  Currently these
+      tables are supported; head, name, cmap, GDEF, GSUB, and GPOS.
+
+    o Convert a Unicode character sequence to a glyph code sequence by
+      using the above tables.
+
+The combination of libotf and the FreeType library (Ver.2) realizes
+CTL (complex text layout) by OpenType fonts.
+
+It seems that the probject Free Type Layout provides the similar (or
+better) facility as this library, but currently they have not yet
+released their library.  So, we have developped this one.
+
+(2) Installation
+
+(2-1) Installation from libotf-X.Y.tar.gz.
+
+% tar xfz libotf-X.Y.tar.gz
+% cd libotf-X.Y
+% ./configure
+% make
+% make install
+
+(2-2) Installation from CVS repository.
+
+% cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
+CVS Password:  <- type Enter (or RET)
+% cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root co libotf
+% cd libotf
+% ./autogen.sh
+% ./configure
+% make
+% make install
+
+(3) Documents
+
+o REAMDE -- this file
+o COPYING -- LGPL document
+o INSTALL -- the generic installation instructions
+o NEWS -- the recent changes to libotf
+
+See the header file otf.h for the API provided by this library.
+
+(4) Bug report
+
+Please send bug reports to bugs <handa@m17n.org>.
+
+
+-----
+
+Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
+  National Institute of Advanced Industrial Science and Technology (AIST)
+  Registration Number H15PRO167
+
+This file is part of libotf.
+
+Libotf is free software; you can redistribute it and/or modify it
+under the terms of the GNU Lesser General Public License as published
+by the Free Software Foundation; either version 2.1 of the License, or
+(at your option) any later version.
+
+Libotf is distributed in the hope that it will be useful, but WITHOUT
+ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
+License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library, in a file named COPYING; if not,
+write to the Free Software Foundation, Inc., 59 Temple Place, Suite
+330, Boston, MA 02111-1307, USA.