summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2004-02-25 21:17:49 +0000
committerWerner Lemberg <wl@gnu.org>2004-02-25 21:17:49 +0000
commitf85a2c3910ce82e5ce274d2c77bc5e195095c020 (patch)
tree44c64f12d855ca9a6fd137361205b72190107249 /docs
parent67dcd4bcf4af27dba9f433ad647d818a2c3732f7 (diff)
downloadfreetype2-f85a2c3910ce82e5ce274d2c77bc5e195095c020.tar.gz
* include/freetype/t1tables.h (PS_PrivateRec): Add
`expansion_factor'. * src/pshinter/pshglob (psh_blues_scale_zones): Fix computation of blues->no_overshoots -- `blues_scale' is stored with a magnification of 1000, and `scale' returns fractional pixels. * src/type1/t1load.c (T1_Open_Face): Initialize `blue_shift', `blue_fuzz', `expansion_factor', and `blue_scale' according to the Type 1 specification. * src/type1/t1tokens.h: Handle `ExpansionFactor'. * docs/CHANGES: Updated.
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index 33534423f..77e815f2e 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -63,6 +63,10 @@ LATEST CHANGES BETWEEN 2.1.8 and 2.1.7
mechanism if compiled with FT_DEBUG_LEVEL_TRACE. See the file
`ftdebug.h' for more details.
+ - YAMATO Masatake contributed improved handling of MacOS resource
+ forks on non-MacOS platforms (for example, Linux can mount MacOS
+ file systems).
+
- The cache sub-system has been rewritten.
- There is now support for deinstallation of faces.