JDK-4466575 : add 'font options' in font.properties
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt:i18n
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2001-06-05
  • Updated: 2001-08-10
  • Resolved: 2001-08-10
Related Reports
Duplicate :  
Description

Name: bsC130419			Date: 06/05/2001


java version "1.2.2"

some font are available only on specific platform,
font.properties  should provides a mechanism that
allows to choose the font depends on the
platform that user has running.

for example,
"MS Sans Serif" for Sans Serif font in Windows 98,
and "Microsoft Sans Serif" for Sans Serif font in Windows 2000.
(both are use the same JVM - Win32)



(Review ID: 125814) 
======================================================================

Comments
EVALUATION Font RFE; reassigning to 2D. michael.martak@Eng 2001-06-11 One could alias both of those names in a single font.properties file, if needed, without making it platform-specific. We do check for font.properties.<osVersion> so it is possible that there is already a distinction made between win98 and win2k. jeannette.hung@Eng 2001-06-11 put these font.properties enhancement requests together into #4097028 xueming.shen@Eng 2001-08-10
11-06-2001