Bug 5660 - SWT default font's need to honor accesability settings
Summary: SWT default font's need to honor accesability settings
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 2.0 M2   Edit
Assignee: Steve Northover CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks: 5654
  Show dependency tree
 
Reported: 2001-11-08 08:58 EST by Kevin Haaland CLA
Modified: 2002-03-07 10:32 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Haaland CLA 2001-11-08 08:58:41 EST
The default font that SWT returns needs to reflect the user's display settings. 

To replicate switch your display to use one of the high contrast large fonts and
check the default font returned by Display.
Comment 1 Mike Wilson CLA 2001-11-08 11:03:10 EST
On win32, we currently return the font called "DEFAULT_GUI_FONT" which is 
about as good a definition default font as you can get. It's certainly 
arguable that if this font doesn't respond to the user's display settings, 
then it's not our problem. However, we are open to suggestions: Which of the 
many other fonts which are available from the system would you suggest is the 
best overall choice for a default font?
Comment 2 Tod Creasey CLA 2002-01-16 14:58:01 EST
The current choice of the font used for Trees is consistent with the font used 
by other Tree based applications like the Windows Explorer. SWT is now 
accessible as it asks for the fonts from the system.

I would consider this PR Closed.
Comment 3 Steve Northover CLA 2002-01-16 15:32:04 EST
Actually, we no longer use DEFAULT_GUI_FONT.  We use the fonts from the control 
panel and change font dynamically.