styles/mswindows95.common
changeset 8019 d8ac1f5028bd
parent 6362 cbe722f629bb
child 8020 7b38c862acc9
--- a/styles/mswindows95.common	Wed Apr 26 18:46:36 2017 +0200
+++ b/styles/mswindows95.common	Wed Apr 26 18:51:04 2017 +0200
@@ -1,5 +1,5 @@
 ;
-; $Header: /cvs/stx/stx/libview/styles/mswindows95.common,v 1.20 2014-03-28 15:30:14 stefan Exp $
+; $Header$
 ;
 
 is3D                            true
@@ -21,25 +21,39 @@
 
 
 #if (Screen current platformName = 'WIN32')
+
 textFont          (Font family:'courier new' face:'medium' style:'roman' size:10 encoding:'ms-ansi') onDevice:Screen current
 font              ((Screen current getSystemParametersInfo:#SPI_GETNONCLIENTMETRICS) at:#messageFont) onDevice:Screen current
 menu.font         ((Screen current getSystemParametersInfo:#SPI_GETNONCLIENTMETRICS) at:#menuFont) onDevice:Screen current
 activeHelp.font   ((Screen current getSystemParametersInfo:#SPI_GETNONCLIENTMETRICS) at:#statusFont) onDevice:Screen current
+button.font       =font
+
 #else
+
 # try scaled fonts first, if they are not available, they will be replaced
+
 # if (OperatingSystem isOSXlike)
+
 textFont          Font family:'courier' face:'medium' style:'roman' size:12 encoding:#'iso10646-1'
-font              Font family:'helvetica' face:'medium' style:'roman' size:14 encoding:#'iso10646-1'
+font              Font family:'helvetica' face:'light' style:'roman' size:13 encoding:#'iso10646-1'
+# font              Font family:'Kozuka Gothic Pro' face:'regular' style:'roman' size:12 encoding:#'iso10646-1'
+# menu.font              Font family:'Lucida Grande' face:'demibold' style:'roman' size:12 encoding:#'iso10646-1'
+# menu.font              Font family:'Lucida Grande' face:'medium' style:'roman' size:11 encoding:#'iso10646-1'
+menu.font              Font family:'helvetica' face:'demilight' style:'roman' size:12 encoding:#'iso10646-1'
+button.font       =menu.font
+#activeHelp.font   =font
+
 # else
+
 textFont          Font family:'courier new' face:'medium' style:'roman' size:10 encoding:#'iso10646-1'
 font              Font family:'arial' face:'medium' style:'roman' size:10 encoding:#'iso10646-1'
+menu.font         =font
+button.font       =font
+#activeHelp.font   =font
+
 # endif
-menu.font         =font
-#take activeHelp.font from SimpleView default settings
-#activeHelp.font   =font
 #endif
 
-button.font       =font
 
 focus.showBorder        false
 focus.takeOnClick       true