-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
7u6
-
> java -version
java version "1.7.0_04"
Java(TM) SE Runtime Environment (build 1.7.0_04-b20)
Java HotSpot(TM) Server VM (build 23.0-b21, mixed mode)> uname -a
Linux kws 3.2.0-24-generic-pae #38-Ubuntu SMP Tue May 1 16:40:26 UTC 2012 i686 i686 i386 GNU/Linux
> lsb_release -a
LSB Version: core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch:core-4.0-ia32:core-4.0-noarch
Distributor ID: Ubuntu
Description: Ubuntu 12.04 LTS
Release: 12.04
Codename: precise> java -version java version "1.7.0_04" Java(TM) SE Runtime Environment (build 1.7.0_04-b20) Java HotSpot(TM) Server VM (build 23.0-b21, mixed mode) > uname -a Linux kws 3.2.0-24-generic-pae #38-Ubuntu SMP Tue May 1 16:40:26 UTC 2012 i686 i686 i386 GNU/Linux > lsb_release -a LSB Version: core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch:core-4.0-ia32:core-4.0-noarch Distributor ID: Ubuntu Description: Ubuntu 12.04 LTS Release: 12.04 Codename: precise
While testing stuff related to a couple of other reported bugs, I tried to run my sample app with "-Dprism.order=j2d" option and noticed that this results in inappropriate fonts rendering (especially custom externally loaded ones - see attached "Ubuntu Regular" TTF, for example) - they seem to always be rendered in bold (or, maybe, that's the issue with inappropriate font sizing - not sure).
This is reproducable under Java 7 / JavaFX 2.2 b08 / Linux (see "Environment" for more details).
This is reproducable under Java 7 / JavaFX 2.2 b08 / Linux (see "Environment" for more details).
- duplicates
-
JDK-8127272 LCD subpixel text doesn't work on Java 2D [fallback] pipeline due to alpha in surface format
- Closed