From a4fe1cca75eec3e4d8e915384b16ca5d14d467cf Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 19 May 2005 01:39:57 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 19 +++++++++++++++++++ NEWS | 16 +++++++++++++--- src/otf.h | 2 +- 3 files changed, 33 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index a8f8f1d..f784aa2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2005-05-19 Kenichi Handa + + * 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 * src/otfdrive.c (lookup_gsub): Increment `gidx' correctly in the diff --git a/NEWS b/NEWS index c93f5cb..3ea537f 100644 --- 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. +* 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. + + * 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. * 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. diff --git a/src/otf.h b/src/otf.h index 19b417b..28a6f0f 100644 --- 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 -- 1.7.10.4