File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/jdk/java/awt/font/TextLayout Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ public final class RotFontBoundsTest {
60
60
private static final String TEXT = ".This is a STRINg." ;
61
61
62
62
private static final String INSTRUCTIONS =
63
- "A string \" " + TEXT + \ " is drawn at eight different "
63
+ "A string \u201C " + TEXT + " \u201D is drawn at eight different "
64
64
+ "angles, and eight boxes that surround the bounds of the text "
65
65
+ "layouts (give or take a pixel) are drawn in red. The boxes "
66
- + "are always composed of horizontal and vertical lines - "
66
+ + "are always composed of horizontal and vertical lines \u2014 "
67
67
+ "they are not rotated.\n "
68
68
+ "\n "
69
69
+ "By default, all the rotations are displayed. Select or clear "
You can’t perform that action at this time.
0 commit comments