freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] ewaldhew-wip cedb8ca 2/4: move adv width doc pos f


From: Hew Yih Shiuan Ewald
Subject: [freetype2] ewaldhew-wip cedb8ca 2/4: move adv width doc pos f
Date: Fri, 14 Jul 2017 01:09:48 -0400 (EDT)

branch: ewaldhew-wip
commit cedb8ca65c447c11ecca4138a60f63da2fa7c0e6
Author: Ewald Hew <address@hidden>
Commit: Ewald Hew <address@hidden>

    move adv width doc pos f
---
 src/type1/t1gload.c | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/src/type1/t1gload.c b/src/type1/t1gload.c
index 2e27ca0..4e4b936 100644
--- a/src/type1/t1gload.c
+++ b/src/type1/t1gload.c
@@ -39,22 +39,6 @@
 #define FT_COMPONENT  trace_t1gload
 
 
-  /*************************************************************************/
-  /*************************************************************************/
-  /*************************************************************************/
-  /**********                                                      *********/
-  /**********            COMPUTE THE MAXIMUM ADVANCE WIDTH         *********/
-  /**********                                                      *********/
-  /**********    The following code is in charge of computing      *********/
-  /**********    the maximum advance width of the font.  It        *********/
-  /**********    quickly processes each glyph charstring to        *********/
-  /**********    extract the value from either a `sbw' or `seac'   *********/
-  /**********    operator.                                         *********/
-  /**********                                                      *********/
-  /*************************************************************************/
-  /*************************************************************************/
-  /*************************************************************************/
-
   static void
   t1_make_private_dict( CFF_SubFont  subfont,
                         PS_Private   priv )
@@ -279,6 +263,22 @@
   }
 
 
+  /*************************************************************************/
+  /*************************************************************************/
+  /*************************************************************************/
+  /**********                                                      *********/
+  /**********            COMPUTE THE MAXIMUM ADVANCE WIDTH         *********/
+  /**********                                                      *********/
+  /**********    The following code is in charge of computing      *********/
+  /**********    the maximum advance width of the font.  It        *********/
+  /**********    quickly processes each glyph charstring to        *********/
+  /**********    extract the value from either a `sbw' or `seac'   *********/
+  /**********    operator.                                         *********/
+  /**********                                                      *********/
+  /*************************************************************************/
+  /*************************************************************************/
+  /*************************************************************************/
+
   FT_LOCAL_DEF( FT_Error )
   T1_Compute_Max_Advance( T1_Face  face,
                           FT_Pos*  max_advance )



reply via email to

[Prev in Thread] Current Thread [Next in Thread]