~ubuntu-branches/ubuntu/hardy/freetype/hardy

« back to all changes in this revision

Viewing changes to debian/patches/freetype-2.1.10-fixautofit.patch

  • Committer: Bazaar Package Importer
  • Author(s): Keith Packard
  • Date: 2006-05-17 00:00:35 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060517000035-odcclen30oc10kmk
Tags: 2.2.1-2
* Enable full bytecode interpreter instead of just the
  "non-patented portions".
* Use $(CURDIR) instead of $(PWD) to build with sudo. Closes: #367579.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- freetype-2.1.10/src/autofit/aflatin.c.fixautofit    2005-08-24 15:34:14.000000000 +0200
2
 
+++ freetype-2.1.10/src/autofit/aflatin.c       2005-08-24 15:34:45.000000000 +0200
3
 
@@ -559,6 +559,8 @@
4
 
   af_latin_metrics_scale( AF_LatinMetrics  metrics,
5
 
                           AF_Scaler        scaler )
6
 
   {
7
 
+    metrics->root.scaler.render_mode = scaler->render_mode;
8
 
+         
9
 
     af_latin_metrics_scale_dim( metrics, scaler, AF_DIMENSION_HORZ );
10
 
     af_latin_metrics_scale_dim( metrics, scaler, AF_DIMENSION_VERT );
11
 
   }