(enum OTF_ReaderFlag): New enum.
authorhanda <handa>
Thu, 19 May 2005 01:37:04 +0000 (01:37 +0000)
committerhanda <handa>
Thu, 19 May 2005 01:37:04 +0000 (01:37 +0000)
commitd079cb1785768f2958fff718757f6c841f71bc37
treebae52b407ac075ddfeef952c7e0d68b78bfa5573
parentb1b1e3f9e9504320c470d87ad6ed104fad808df4
(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.
src/otfopen.c