Change versions to 0.9.13.
[m17n/libotf.git] / NEWS
1 NEWS -- What's new in libotf.                   -*- outline -*-
2 Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010
3   National Institute of Advanced Industrial Science and Technology (AIST)
4   Registration Number H15PRO167
5 See the end for copying conditions.
6
7 \f
8 * Changes in libotf 0.9.12
9
10 ** This is a bug fix release.
11
12 \f
13 * Changes in libotf 0.9.11
14
15 ** New functions OTF_drive_gsub_with_log and OTF_drive_gpos_with_log
16 works like OTF_drive_gsub and OTF_drive_gpos but also records which
17 features are applied to which glyphs.
18
19 ** New function OTF_put_data and OTF_get_data can be used to store and
20 retrieve arbitrary cliend data to/from the structure OTF.
21
22 \f
23 * Changes in libotf 0.9.10
24
25 ** This release is mainly for bug fixes.
26
27 \f
28 * Changes in libotf 0.9.9
29
30 ** New function OTF_get_variation_glyphs returns glyphs selected by
31 variation selectors.
32
33 ** The funciton OTF_drive_cmap handles a variation selector.
34
35 ** The example program `otfview' can handle variation selectors.
36
37 ** The function OTF_drive_gpos is obsolte now, and the new function
38 OTF_drive_gpos2 should be used instead.  See the comment of the member
39 "glyph_id" of type "OTF_Glyph" for the detail.
40
41 ** If a font doesn't have GDEF table, automatically synthesized GDEF
42 table is used.
43
44 \f
45 * Changes in libotf 0.9.6 through 0.9.8
46
47 ** There's no API change, just bug fixes.
48
49 \f
50 * Changes in libotf 0.9.5
51
52 ** New function OTF_open_ft_face() can be used to process a font
53 already opened by FreeType library.
54
55 ** The example program `otfview' accept the second argument INDEX.
56
57 \f
58 * Changes in libotf 0.9.4
59
60 ** New functions OTF_get_scripts() and OTF_get_features() load
61 GSUB/GPOS tables just partially.
62
63 ** New function OTF_check_features() checks if a font has specific
64 features.
65
66 \f
67 * Changes in libotf 0.9.3
68
69 ** New function OTF_drive_gsub_alternate () performs a lookup of type
70 3 (Alternate Substituion).
71
72 ** The example program `otfview' has new buttons "L->R" and
73 "AltSubst".
74
75
76 \f
77 * Changes in libotf 0.9.1
78
79 ** All lookup types of GSUB and GPOS are supported now.
80
81 ** The example program `otfview' is enhanced to drive GSUB and GPOS
82    features.
83
84 \f
85 * Changes in libotf 0.9
86
87 ** Released.
88
89 \f
90 * Copyright information
91
92 Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009
93   National Institute of Advanced Industrial Science and Technology (AIST)
94   Registration Number H15PRO167
95
96 This file is part of libotf.
97
98 Libotf is free software; you can redistribute it and/or modify it
99 under the terms of the GNU Lesser General Public License as published
100 by the Free Software Foundation; either version 2.1 of the License, or
101 (at your option) any later version.
102
103 Libotf is distributed in the hope that it will be useful, but WITHOUT
104 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
105 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
106 License for more details.
107
108 You should have received a copy of the GNU Lesser General Public
109 License along with this library, in a file named COPYING; if not,
110 write to the Free Software Foundation, Inc., 59 Temple Place, Suite
111 330, Boston, MA 02111-1307, USA.
112 \f
113 Local variables:
114 mode: outline
115 paragraph-separate: "[  \f]*$"
116 end: