src/share/classes/sun/font/GlyphLayout.java

Print this page
rev 1379 : [mq]: fontmanager.patch

@@ -257,11 +257,11 @@
              * Whether a grey (AA) strike is needed is size dependent if
              * AA mode is 'gasp'.
              */
             int aa =
                 FontStrikeDesc.getAAHintIntVal(frc.getAntiAliasingHint(),
-                                               FontManager.getFont2D(font),
+                                               FontUtilities.getFont2D(font),
                                                (int)Math.abs(ptSize));
             int fm = FontStrikeDesc.getFMHintIntVal
                 (frc.getFractionalMetricsHint());
             sd = new FontStrikeDesc(dtx, gtx, font.getStyle(), aa, fm);
         }

@@ -405,11 +405,11 @@
             }
         }
 
         int lang = -1; // default for now
 
-        Font2D font2D = FontManager.getFont2D(font);
+        Font2D font2D = FontUtilities.getFont2D(font);
 
         _textRecord.init(text, offset, lim, min, max);
         int start = offset;
         if (font2D instanceof CompositeFont) {
             _scriptRuns.init(text, offset, count); // ??? how to handle 'common' chars