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
+2
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