Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 128760 | Differences between
and this patch

Collapse All | Expand All

(-)freetype-2.1.10/src/autofit/aflatin.c.fixautofit (+2 lines)
Lines 559-564 Link Here
559
  af_latin_metrics_scale( AF_LatinMetrics  metrics,
559
  af_latin_metrics_scale( AF_LatinMetrics  metrics,
560
                          AF_Scaler        scaler )
560
                          AF_Scaler        scaler )
561
  {
561
  {
562
    metrics->root.scaler.render_mode = scaler->render_mode;
563
	  
562
    af_latin_metrics_scale_dim( metrics, scaler, AF_DIMENSION_HORZ );
564
    af_latin_metrics_scale_dim( metrics, scaler, AF_DIMENSION_HORZ );
563
    af_latin_metrics_scale_dim( metrics, scaler, AF_DIMENSION_VERT );
565
    af_latin_metrics_scale_dim( metrics, scaler, AF_DIMENSION_VERT );
564
  }
566
  }

Return to bug 128760