pixelSized font preps
authorClaus Gittinger <cg@exept.de>
Tue, 17 Feb 2009 19:17:44 +0100
changeset 3639 aa775e90e539
parent 3638 60d5de1411da
child 3640 7ca6eee17c97
pixelSized font preps
FontMenu.st
--- a/FontMenu.st	Tue Feb 17 18:09:15 2009 +0100
+++ b/FontMenu.st	Tue Feb 17 19:17:44 2009 +0100
@@ -484,6 +484,7 @@
         face:(fontAspects at:#fontFace)
         style:(fontAspects at:#fontStyle)
         size:fontSize
+        pixelSize:nil "(fontAspects at:#pixelSize)"
         encoding:(fontAspects at:#fontEncoding)
 !
 
@@ -817,5 +818,5 @@
 !FontMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/FontMenu.st,v 1.25 2008-06-09 08:14:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/FontMenu.st,v 1.26 2009-02-17 18:17:44 cg Exp $'
 ! !