This commit is contained in:
Werner Lemberg 2007-07-02 15:14:50 +00:00
parent e3be90bf28
commit aa52eab74a
1 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,9 @@ CHANGES BETWEEN 2.3.5 and 2.3.4
handled correctly, making FreeType increase the heap stack in an
endless loop.
- A large number of bugs have been fixed to avoid crashes and
endless loops with invalid fonts.
II. IMPORTANT CHANGES
@ -33,6 +36,9 @@ CHANGES BETWEEN 2.3.5 and 2.3.4
instructions. The `ft2demos' bundle contains a new program
called `ftpatchk' which demonstrates its usage.
- A new API `FT_Face_SetUnpatentedHinting' has been added to
enable or disable the unpatented hinter.
- Support for Windows FON files in PE format has been contributed
by Dmitry Timoshkov.