*** empty log message *** expecco_1_6_0rc5
authorClaus Gittinger <cg@exept.de>
Tue, 17 Feb 2009 21:15:04 +0100
changeset 5173 41eb0d5fe618
parent 5172 cce243c7db57
child 5174 1bc656582c8b
*** empty log message ***
WinWorkstation.st
--- a/WinWorkstation.st	Tue Feb 17 19:18:05 2009 +0100
+++ b/WinWorkstation.st	Tue Feb 17 21:15:04 2009 +0100
@@ -12462,7 +12462,6 @@
                     face:face
                     style:style
                     size:pointSize
-                    pixelSize:logicalSize
                     encoding:encoding.
     ^ fntDescr.
 !
@@ -12937,7 +12936,6 @@
                             face:fntDescr face
                             style:('italic' , (fntDescr style copyFrom:'roman' size+1))
                             size:fntDescr size
-                            pixelSize:fntDescr pixelSize
                             encoding:fntDescr encoding.
             listOfFonts add:italicFontDescr.
         ].
@@ -12947,7 +12945,6 @@
 
     "
      Display listOfAvailableFonts.
-
      Display getAvailableFontsMatching:'*'.
     "
 
@@ -18154,7 +18151,7 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.381 2009-02-17 18:17:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.382 2009-02-17 20:15:04 cg Exp $'
 ! !
 
 WinWorkstation initialize!