shithub: freetype+ttf2subf

Download patch

ref: 034a19326bd49dfa9883561c68b24417cbd84524
parent: 23bcde193e64dfae54a1c51dacad2a86d7a5f028
author: David Turner <[email protected]>
date: Wed Oct 17 09:57:02 EDT 2001

documentation update for 2.0.5

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -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  <[email protected]>
 
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
 
-  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.
 
@@ -9,9 +9,9 @@
   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!
 
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -30,6 +30,13 @@
   - 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).