mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-21 10:57:56 +00:00
6980204: closed/java/awt/font/LogicalFonts/MappingTest.java fails
Reviewed-by: jgodinez
This commit is contained in:
parent
e02ca6c7fd
commit
33dfd5c1e8
@ -165,7 +165,7 @@ public abstract class SunGraphicsEnvironment extends GraphicsEnvironment
|
||||
return new SunGraphics2D(sd, Color.white, Color.black, defaultFont);
|
||||
}
|
||||
|
||||
private static FontManagerForSGE getFontManagerForSGE() {
|
||||
public static FontManagerForSGE getFontManagerForSGE() {
|
||||
FontManager fm = FontManagerFactory.getInstance();
|
||||
return (FontManagerForSGE) fm;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user