View | Details | Raw Unified | Return to bug 219608 | Differences between
and this patch

Collapse All | Expand All

(-)src/truetype/ttdriver.c (+2 lines)
Lines 357-362 Link Here
357
    if ( FT_IS_SCALABLE( size->face ) )
357
    if ( FT_IS_SCALABLE( size->face ) )
358
    {
358
    {
359
      error = tt_size_reset( ttsize, 0 );
359
      error = tt_size_reset( ttsize, 0 );
360
      if ( !error )
361
        ttsize->root.metrics = *ttsize->metrics;
360
362
361
#ifdef TT_USE_BYTECODE_INTERPRETER
363
#ifdef TT_USE_BYTECODE_INTERPRETER
362
      /* for the `MPS' bytecode instruction we need the point size */
364
      /* for the `MPS' bytecode instruction we need the point size */

Return to bug 219608