X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=NEWS;h=1e35ad1ee92eb612ac042b2380343903f1852639;hb=e82129639d46b119f5d4935132cce722e7039384;hp=c93f5cbc40c4fcc2448f73b90fb93167e04949d2;hpb=861a195f7c6c4d64f845ea5543a1d4a069015a2d;p=m17n%2Flibotf.git diff --git a/NEWS b/NEWS index c93f5cb..1e35ad1 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,69 @@ NEWS -- What's new in libotf. -*- outline -*- -Copyright (C) 2003, 2004 +Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO167 See the end for copying conditions. +* Changes in libotf 0.9.11 + +** This is simply a bug fix release. + + +* Changes in libotf 0.9.11 + +** New functions OTF_drive_gsub_with_log and OTF_drive_gpos_with_log +works like OTF_drive_gsub and OTF_drive_gpos but also records which +features are applied to which glyphs. + +** New function OTF_put_data and OTF_get_data can be used to store and +retrieve arbitrary cliend data to/from the structure OTF. + + +* Changes in libotf 0.9.10 + +** This release is mainly for bug fixes. + + +* Changes in libotf 0.9.9 + +** New function OTF_get_variation_glyphs returns glyphs selected by +variation selectors. + +** The funciton OTF_drive_cmap handles a variation selector. + +** The example program `otfview' can handle variation selectors. + +** The function OTF_drive_gpos is obsolte now, and the new function +OTF_drive_gpos2 should be used instead. See the comment of the member +"glyph_id" of type "OTF_Glyph" for the detail. + +** If a font doesn't have GDEF table, automatically synthesized GDEF +table is used. + + +* Changes in libotf 0.9.6 through 0.9.8 + +** There's no API change, just bug fixes. + + +* Changes in libotf 0.9.5 + +** New function OTF_open_ft_face() can be used to process a font +already opened by FreeType library. + +** The example program `otfview' accept the second argument INDEX. + + +* Changes in libotf 0.9.4 + +** New functions OTF_get_scripts() and OTF_get_features() load +GSUB/GPOS tables just partially. + +** New function OTF_check_features() checks if a font has specific +features. + + * Changes in libotf 0.9.3 ** New function OTF_drive_gsub_alternate () performs a lookup of type @@ -30,8 +89,9 @@ See the end for copying conditions. * Copyright information -Copyright (C) 2003, 2004 National Institute of Advanced Industrial - Science and Technology (AIST) Registration Number H15PRO167 +Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009 + National Institute of Advanced Industrial Science and Technology (AIST) + Registration Number H15PRO167 This file is part of libotf.