< prev index next >

src/java.desktop/share/classes/sun/font/FontScaler.java

Print this page

        

@@ -241,10 +241,11 @@
        Note:
          Context is tightly associated with strike and it is actually
         freed when corresponding strike is being released.
      */
     abstract long createScalerContext(double[] matrix,
+                                      double scaleX, double scaleY,
                                       int aa, int fm,
                                       float boldness, float italic,
                                       boolean disableHinting);
 
     /* Marks context as invalid because native scaler is invalid.
< prev index next >