We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11cc97 commit 5740a3bCopy full SHA for 5740a3b
src/java.desktop/share/classes/java/awt/GraphicsEnvironment.java
@@ -357,9 +357,9 @@ public void preferLocaleFonts() {
357
}
358
359
/**
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
+ * Indicates a preference for proportional over non-proportional (for
+ * example dual-spaced CJK fonts) fonts in the mapping of logical fonts
+ * to physical fonts. If the default mapping contains fonts for which
363
* proportional and non-proportional variants exist, then calling
364
* this method indicates the mapping should use a proportional variant.
365
* <p>
0 commit comments