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