shithub: freetype+ttf2subf

Download patch

ref: df018924d91bd0d35bd9021c9932869a166a0d11
parent: 32fc416f5752a358adcc88a36f53502f5e7500f5
author: Werner Lemberg <[email protected]>
date: Thu Dec 20 01:07:33 EST 2012

Formatting.

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/truetype/ttgload.c
+++ b/src/truetype/ttgload.c
@@ -932,8 +932,9 @@
       /* the amount was determined via experimentation */
       if ( x_scale_factor != 1000 && ppem > 11 )
          FT_Outline_EmboldenXY( outline,
-                                FT_MulFix( 1280 * ppem, 1000 - x_scale_factor ),
-                                       0 );
+                                FT_MulFix( 1280 * ppem,
+                                           1000 - x_scale_factor ),
+                                0 );
 #else
     /* scale the glyph */
     if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 )