formatting

This commit is contained in:
Werner Lemberg 2002-04-17 22:42:13 +00:00
parent 88027fdde4
commit 6e188b419d
2 changed files with 13 additions and 4 deletions

View File

@ -1,7 +1,14 @@
2002-04-17 Michael Jansson <mjan@em2-solutions.com> 2002-04-17 David Turner <david@freetype.org>
* src/type1/t1gload.c (T1_Compute_Max_Advance): fixed a small bug
that prevented the function to return the correct value. * Version 2.1.0 released.
=========================
2002-04-17 Michael Jansson <mjan@em2-solutions.com>
* src/type1/t1gload.c (T1_Compute_Max_Advance): Fixed a small bug
that prevented the function to return the correct value.
2002-04-16 Francesco Zappa Nardelli <Francesco.Zappa.Nardelli@ens.fr> 2002-04-16 Francesco Zappa Nardelli <Francesco.Zappa.Nardelli@ens.fr>
@ -18,6 +25,8 @@
* src/pcf/pcfread.c (pcf_seek_to_table_type): Remove compiler * src/pcf/pcfread.c (pcf_seek_to_table_type): Remove compiler
warning. warning.
* include/freetype/config/ftoption.h (FT_MAX_EXTENSIONS): Removed.
* docs/CHANGES: Preparing 2.1.0 release. * docs/CHANGES: Preparing 2.1.0 release.
2002-04-13 Werner LEMBERG <wl@gnu.org> 2002-04-13 Werner LEMBERG <wl@gnu.org>

View File

@ -11,7 +11,7 @@ LATEST CHANGES BETWEEN 2.1.0 and 2.0.9
to rounding errors. The required vector computation routines have to rounding errors. The required vector computation routines have
been optimized and placed within the "ttinterp.c" file. been optimized and placed within the "ttinterp.c" file.
- Fixed the parsing of accelerator tables in the PCF font driver - Fixed the parsing of accelerator tables in the PCF font driver.
- Fixed the Type1 glyph loader routine used to compute the font's - Fixed the Type1 glyph loader routine used to compute the font's
maximum advance width. maximum advance width.