JDK-5098002 : FontUIResources created with fallbacks don't work with deriveFont
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2004-09-07
  • Updated: 2005-10-29
  • Resolved: 2004-10-26
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other JDK 6
5.0u7Fixed 6 b10Fixed
Description
FontUIResources created with fallbacks don't work with deriveFont.
This is internal API used by Swing. The problem is that internally
deriveFont will only copy handles from fonts created with createFont whereas
the expectation of these FontUIResources is that the handle will be copied

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mustang tiger-beta2 FIXED IN: tiger-beta2
02-10-2004

SUGGESTED FIX Internally mark these as createdFonts. This has the desired effect and works within the specified constraints
02-10-2004

EVALUATION As per description ###@###.### 2004-09-07 ============================
07-09-2004