Changed the fonts used for the FL_COURIER font family on the Mac.

It used to be 'Courier New' that was judged too thin. 'Courier' will be used now.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10722 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2015-04-28 13:30:12 +00:00
parent f5bf727e37
commit e4f645d60f
2 changed files with 8 additions and 6 deletions

View File

@ -34,6 +34,8 @@ CHANGES IN FLTK 1.3.4 RELEASED: ??? ?? ????
(lpr/lpq) when SystemV-style commands (lp/lpstat) are not available.
- Drawing alpha-blended images under X11 is now accelerated with
Xrender.
- The fonts used for the FL_COURIER font family was changed on the Mac OS X
platform from 'Courier New' to 'Courier' because it was too thin.
Bug fixes

View File

@ -182,10 +182,10 @@ static Fl_Fontdesc built_in_table_PS[] = { // PostScript font names preferred wh
{"Arial-BoldMT"},
{"Arial-ItalicMT"},
{"Arial-BoldItalicMT"},
{"CourierNewPSMT"},
{"CourierNewPS-BoldMT"},
{"CourierNewPS-ItalicMT"},
{"CourierNewPS-BoldItalicMT"},
{"Courier"},
{"Courier-Bold"},
{"Courier-Oblique"},
{"Courier-BoldOblique"},
{"TimesNewRomanPSMT"},
{"TimesNewRomanPS-BoldMT"},
{"TimesNewRomanPS-ItalicMT"},
@ -202,8 +202,8 @@ static Fl_Fontdesc built_in_table_full[] = { // full font names used before 10.5
{"Arial Bold"},
{"Arial Italic"},
{"Arial Bold Italic"},
{"Courier New"},
{"Courier New Bold"},
{"Courier"},
{"Courier Bold"},
{"Courier New Italic"},
{"Courier New Bold Italic"},
{"Times New Roman"},