/[freetype]/freetype2/src/type1/t1gload.c
ViewVC logotype

Diff of /freetype2/src/type1/t1gload.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.87 by wl, Thu Jun 23 20:31:48 2005 UTC revision 1.88 by wl, Fri Nov 18 21:10:59 2005 UTC
# Line 195  Line 195 
195    }    }
196    
197    
   /*************************************************************************/  
   /*************************************************************************/  
   /*************************************************************************/  
   /**********                                                      *********/  
   /**********               UNHINTED GLYPH LOADER                  *********/  
   /**********                                                      *********/  
   /**********    The following code is in charge of loading a      *********/  
   /**********    single outline.  It completely ignores hinting    *********/  
   /**********    and is used when FT_LOAD_NO_HINTING is set.       *********/  
   /**********                                                      *********/  
   /**********      The Type 1 hinter is located in `t1hint.c'      *********/  
   /**********                                                      *********/  
   /*************************************************************************/  
   /*************************************************************************/  
   /*************************************************************************/  
   
   
198    FT_LOCAL_DEF( FT_Error )    FT_LOCAL_DEF( FT_Error )
199    T1_Load_Glyph( T1_GlyphSlot  glyph,    T1_Load_Glyph( T1_GlyphSlot  glyph,
200                   T1_Size       size,                   T1_Size       size,
# Line 352  Line 335 
335    
336    
337            /* First of all, scale the points, if we are not hinting */            /* First of all, scale the points, if we are not hinting */
338            if ( !hinting )            if ( !hinting || ! decoder.builder.hints_funcs )
339              for ( n = cur->n_points; n > 0; n--, vec++ )              for ( n = cur->n_points; n > 0; n--, vec++ )
340              {              {
341                vec->x = FT_MulFix( vec->x, x_scale );                vec->x = FT_MulFix( vec->x, x_scale );

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26