mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 20:06:18 +08:00
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:
@@ -34,6 +34,8 @@ CHANGES IN FLTK 1.3.4 RELEASED: ??? ?? ????
|
|||||||
(lpr/lpq) when SystemV-style commands (lp/lpstat) are not available.
|
(lpr/lpq) when SystemV-style commands (lp/lpstat) are not available.
|
||||||
- Drawing alpha-blended images under X11 is now accelerated with
|
- Drawing alpha-blended images under X11 is now accelerated with
|
||||||
Xrender.
|
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
|
Bug fixes
|
||||||
|
|
||||||
|
|||||||
+6
-6
@@ -182,10 +182,10 @@ static Fl_Fontdesc built_in_table_PS[] = { // PostScript font names preferred wh
|
|||||||
{"Arial-BoldMT"},
|
{"Arial-BoldMT"},
|
||||||
{"Arial-ItalicMT"},
|
{"Arial-ItalicMT"},
|
||||||
{"Arial-BoldItalicMT"},
|
{"Arial-BoldItalicMT"},
|
||||||
{"CourierNewPSMT"},
|
{"Courier"},
|
||||||
{"CourierNewPS-BoldMT"},
|
{"Courier-Bold"},
|
||||||
{"CourierNewPS-ItalicMT"},
|
{"Courier-Oblique"},
|
||||||
{"CourierNewPS-BoldItalicMT"},
|
{"Courier-BoldOblique"},
|
||||||
{"TimesNewRomanPSMT"},
|
{"TimesNewRomanPSMT"},
|
||||||
{"TimesNewRomanPS-BoldMT"},
|
{"TimesNewRomanPS-BoldMT"},
|
||||||
{"TimesNewRomanPS-ItalicMT"},
|
{"TimesNewRomanPS-ItalicMT"},
|
||||||
@@ -202,8 +202,8 @@ static Fl_Fontdesc built_in_table_full[] = { // full font names used before 10.5
|
|||||||
{"Arial Bold"},
|
{"Arial Bold"},
|
||||||
{"Arial Italic"},
|
{"Arial Italic"},
|
||||||
{"Arial Bold Italic"},
|
{"Arial Bold Italic"},
|
||||||
{"Courier New"},
|
{"Courier"},
|
||||||
{"Courier New Bold"},
|
{"Courier Bold"},
|
||||||
{"Courier New Italic"},
|
{"Courier New Italic"},
|
||||||
{"Courier New Bold Italic"},
|
{"Courier New Bold Italic"},
|
||||||
{"Times New Roman"},
|
{"Times New Roman"},
|
||||||
|
|||||||
Reference in New Issue
Block a user