-
Bug
-
Resolution: Fixed
-
P3
-
7, 8, 11, 12
-
b24
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8230066 | 11.0.6-oracle | Philip Race | P3 | Resolved | Fixed | b01 |
JDK-8222885 | 11.0.4 | Ichiroh Takiguchi | P3 | Resolved | Fixed | b01 |
JDK-8228385 | openjdk8u232 | Ichiroh Takiguchi | P3 | Resolved | Fixed | b01 |
JDK-8233088 | openjdk7u | Ichiroh Takiguchi | P3 | Resolved | Fixed | master |
1. I ran Font2DTest Demo on Windows Server 2012 R2
2. Select
Font: MS Mincho
Range: Basic Latin
Method: drawString
Size: 24
Style: Italic
But the style does not change to italic.
It seems it's side-effect for:
8204929: Fonts with embedded bitmaps are not always rotated
Initial review request:
http://mail.openjdk.java.net/pipermail/2d-dev/2018-November/009652.html
Test case's result is as follows:
=== Before fixed ===
>java FontGlyphCompare
OS is Windows Server 2012 R2
Exception in thread "main" java.lang.Exception: Test failed
at FontGlyphCompare.main(FontGlyphCompare.java:79)
=== After fixed ===
>java FontGlyphCompare
OS is Windows Server 2012 R2
- backported by
-
JDK-8222885 Cannot use italic font style if the font has embedded bitmap
- Resolved
-
JDK-8228385 Cannot use italic font style if the font has embedded bitmap
- Resolved
-
JDK-8230066 Cannot use italic font style if the font has embedded bitmap
- Resolved
-
JDK-8233088 Cannot use italic font style if the font has embedded bitmap
- Resolved
- duplicates
-
JDK-8217712 Synthesize Italic Font Faces
- Closed
- relates to
-
JDK-8335247 Cannot embolden u11BC accent in gulim.ttc fonts
- Open
-
JDK-8216965 crash in freetypeScaler.c CopyBW2Grey8
- Resolved