shithub: freetype+ttf2subf

Download patch

ref: ef11551868691b0a2764eb7139c0d3f2e0b58e55
parent: 90f0487ff1d6ee248afa2e2ec5561adba23c60e1
author: Werner Lemberg <[email protected]>
date: Wed Mar 30 05:29:05 EDT 2011

* src/autofit/aftypes.h (AF_OutlineRec): Removed, unused.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
+2011-03-30  Werner Lemberg  <[email protected]>
+
+	* src/autofit/aftypes.h (AF_OutlineRec): Removed, unused.
+
 2011-03-24  Werner Lemberg  <[email protected]>
 
 	* src/cff/cfftypes.h (CFF_MAX_CID_FONTS): Increase to 256.
-	This limit is given on p. 37 of Adobe Tech Note #5014.
+	This limit is given on p. 37 of Adobe Technical Note #5014.
 
 2011-03-23  Werner Lemberg  <[email protected]>
 
--- a/src/autofit/aftypes.h
+++ b/src/autofit/aftypes.h
@@ -158,35 +158,10 @@
   FT_END_STMNT
 
 
-  /*************************************************************************/
-  /*************************************************************************/
-  /*****                                                               *****/
-  /*****                    O U T L I N E S                            *****/
-  /*****                                                               *****/
-  /*************************************************************************/
-  /*************************************************************************/
-
   /*  opaque handle to glyph-specific hints -- see `afhints.h' for more
    *  details
    */
   typedef struct AF_GlyphHintsRec_*  AF_GlyphHints;
-
-  /*  This structure is used to model an input glyph outline to
-   *  the auto-hinter.  The latter will set the `hints' field
-   *  depending on the glyph's script.
-   */
-  typedef struct  AF_OutlineRec_
-  {
-    FT_Face        face;
-    FT_Outline     outline;
-    FT_UInt        outline_resolution;
-
-    FT_Int         advance;
-    FT_UInt        metrics_resolution;
-
-    AF_GlyphHints  hints;
-
-  } AF_OutlineRec;
 
 
   /*************************************************************************/