-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.2.0
-
sparc
-
solaris_2.6
Version: 1.2fcs_L
Locale: ja
When drawing String that is rotated, if you use Graphics2D.transform(AffineTransform) and drawString(), the rotated string
can't be displayed correctly.
Incorrect displaying Font are:
- Serif PLAIN
- Sansserif ITALIC
- Sansserif BOLDITALIC
- Dialog PLAIN
- Dialog ITALIC
Incorrect displaying String subset are:
- LATIN_1(\u0000 - \u00ff)
- DingBats(\u2700 - \u27ff)
Attached sample program. Compile all files and run FontEffectTest2.
Change Font name, Font Style, and input hex unicode.
Locale: ja
When drawing String that is rotated, if you use Graphics2D.transform(AffineTransform) and drawString(), the rotated string
can't be displayed correctly.
Incorrect displaying Font are:
- Serif PLAIN
- Sansserif ITALIC
- Sansserif BOLDITALIC
- Dialog PLAIN
- Dialog ITALIC
Incorrect displaying String subset are:
- LATIN_1(\u0000 - \u00ff)
- DingBats(\u2700 - \u27ff)
Attached sample program. Compile all files and run FontEffectTest2.
Change Font name, Font Style, and input hex unicode.
- duplicates
-
JDK-4175716 On Solaris2.5.1, C locale, string with F3 font can not be rotated.
- Resolved