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