documentation update for 2.0.5

BRANCH-2-1-5
David Turner 24 years ago
parent 01fbfe3e75
commit 511fa11bd8
  1. 1
      ChangeLog
  2. 10
      README
  3. 7
      docs/CHANGES

@ -6,6 +6,7 @@
retrieve the Postscript name of a given font. Should work with all
formats except pure CFF/CEF fonts (this will be added soon).
* README, docs/CHANGES: updated for 2.0.5 release
2001-10-08 David Turner <david@freetype.org>

@ -1,17 +1,17 @@
FreeType 2.0.4
FreeType 2.0.5
==============
Please read the CHANGES file, it contains IMPORTANT INFORMATION.
Please read the docs/CHANGES file, it contains IMPORTANT INFORMATION.
Read the files "INSTALL" or "docs/BUILD" for installation instructions.
Note that the FreeType 2 documentation is now available as a separate
package from our sites. See:
ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.0.4.tar.bz2
ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.0.4.tar.gz
ftp://ftp.freetype.org/pub/freetype2/ftdoc204.zip
ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.0.5.tar.bz2
ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.0.5.tar.gz
ftp://ftp.freetype.org/pub/freetype2/ftdoc205.zip
Enjoy!

@ -30,6 +30,13 @@ LATEST CHANGES BETWEEN 2.0.5 and 2.0.4
- Added a new function named "FT_Get_Name_Index" to retrieve the glyph
index of a given glyph name, when found in a face.
- Added a new function named "FT_Get_Postscript_Name" to retrieve the
"unique" Postscript font name of a given face
- Added a new public header size named FT_SIZES_H (or <freetype/ftsizes.h>)
providing new FT_Size-management functions: FT_New_Size, FT_Activate_Size,
FT_Done_Size.
- Fixed a reallocation bug that generated a dangling pointer (and possibly
memory leaks) with Postscript fonts (in src/psaux/psobjs.c).

Loading…
Cancel
Save