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