+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
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
\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.
/* 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