From: handa Date: Thu, 6 May 2004 07:14:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-0-9-1~58 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b756f2287dc0b1bf40f70dd779d7488bcb340966;p=m17n%2Flibotf.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index edcccfd..12b1278 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2004-05-06 Kenichi Handa + + * example/otftobdf.c (registry): New variable. + (dump_header): Include registry in the font name. + (main): Handle the encoding arg of the format M-N. Without this + arg, generate a font with raw-encoding. + + * src/otfdrive.c: Include "config.h". Delete '//' style comments. + (lookup_encoding_0, lookup_encoding_2, lookup_encoding_4) + (lookup_encoding_6, lookup_encoding_8, lookup_encoding_10) + (lookup_encoding_12, OTF_drive_cmap2): New functions. + + * src/otfopen.c (read_name): Argument changed. Set + OTF_NameRecord->ascii. If possible, convert Unicode sequence to + ASCII. + (read_name_table): Adjusted for the change of read_name. + (read_cmap_table): Signal an error (not-yet-supported) if format + is 2. Support for formats, 8, 10, 12. + (read_value_record): Clear value_record at first. + (read_lookup_subtable_gpos): Fix for the case subFormat is 1 and + 2. + (OTF_open): Check file name extension. + + * example/otflist.c: Include . + (FATAL_ERROR): New macro. + (print_tag, print_gsub_gpos_info, help_and_exit): New functions. + (main): Handle -h, --help, -l args. Prefer family/style names + extracted by the otf library. + 2004-03-30 Kenichi Handa * src/otfopen.c (read_value_record): Clear value_record at