Formatting.

This commit is contained in:
Werner Lemberg 2012-12-20 06:07:33 +01:00
parent 32fc416f57
commit df018924d9
1 changed files with 3 additions and 2 deletions

View File

@ -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 )