*** empty log message ***
authorhanda <handa>
Thu, 19 May 2005 01:39:57 +0000 (01:39 +0000)
committerhanda <handa>
Thu, 19 May 2005 01:39:57 +0000 (01:39 +0000)
ChangeLog
NEWS
src/otf.h

index a8f8f1d..f784aa2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2005-05-19  Kenichi Handa  <handa@m17n.org>
+
+       * src/otf.h (OTF_get_scripts, OTF_get_features,
+       OTF_check_features): Extern them.
+
+       * src/otfopen.c (enum OTF_ReaderFlag): New enum.
+       (OTF_TableInfo): Change the prototype of the member `reader'.
+       Caller changed.
+       (read_head_table, read_name_table, read_cmap_table)
+       (read_gdef_table): Adjusted for the change of OTF_TableInfo.
+       (read_feature_list): Seek the stream at first.
+       (read_gsub_gpos_table): Adjusted for the change of OTF_TableInfo.
+       Pay attention to the arg `flag'.
+       (read_gsub_table, read_gpos_table): Adjusted for the change of
+       OTF_TableInfo.
+       (OTF_get_table): Likewise.
+       (OTF_get_scripts, OTF_get_features, OTF_check_features): New
+       functions.
+
 2005-05-13  Kenichi Handa  <handa@m17n.org>
 
        * src/otfdrive.c (lookup_gsub): Increment `gidx' correctly in the
diff --git a/NEWS b/NEWS
index c93f5cb..3ea537f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,19 @@
 NEWS -- What's new in libotf.                  -*- outline -*-
-Copyright (C) 2003, 2004
+Copyright (C) 2003, 2004, 2005
   National Institute of Advanced Industrial Science and Technology (AIST)
   Registration Number H15PRO167
 See the end for copying conditions.
 
 \f
+* Changes in libotf 0.9.4
+
+** New functions OTF_get_scripts() and OTF_get_features() load
+GSUB/GPOS tables just partially.
+
+** New function OTF_check_features() checks if a font has specific
+features.
+
+\f
 * Changes in libotf 0.9.3
 
 ** New function OTF_drive_gsub_alternate () performs a lookup of type
@@ -30,8 +39,9 @@ See the end for copying conditions.
 \f
 * Copyright information
 
-Copyright (C) 2003, 2004 National Institute of Advanced Industrial
-  Science and Technology (AIST) Registration Number H15PRO167
+Copyright (C) 2003, 2004, 2005
+  National Institute of Advanced Industrial Science and Technology (AIST)
+  Registration Number H15PRO167
 
 This file is part of libotf.
 
index 19b417b..28a6f0f 100644 (file)
--- a/src/otf.h
+++ b/src/otf.h
@@ -1,6 +1,6 @@
 /* otf.h -- Header file for libotf (OpenType font library).
 
-Copyright (C) 2003, 2004
+Copyright (C) 2003, 2004, 2005
   National Institute of Advanced Industrial Science and Technology (AIST)
   Registration Number H15PRO167