Skip to content

Commit 5740a3b

Browse files
jtnordaivanov-jdk
authored andcommittedMar 31, 2022
8280193: summary javadoc for java.awt.GraphicsEnvironment#preferProportionalFonts broken
Reviewed-by: prr, aivanov
1 parent a11cc97 commit 5740a3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/java.desktop/share/classes/java/awt/GraphicsEnvironment.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,9 @@ public void preferLocaleFonts() {
357357
}
358358

359359
/**
360-
* Indicates a preference for proportional over non-proportional (e.g.
361-
* dual-spaced CJK fonts) fonts in the mapping of logical fonts to
362-
* physical fonts. If the default mapping contains fonts for which
360+
* Indicates a preference for proportional over non-proportional (for
361+
* example dual-spaced CJK fonts) fonts in the mapping of logical fonts
362+
* to physical fonts. If the default mapping contains fonts for which
363363
* proportional and non-proportional variants exist, then calling
364364
* this method indicates the mapping should use a proportional variant.
365365
* <p>

0 commit comments

Comments
 (0)
Please sign in to comment.