*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 19 Feb 2004 01:01:07 +0100
changeset 4022 b843fb470796
parent 4021 6a8abcb8fbd4
child 4023 b60e9d3335d3
*** empty log message ***
DeviceWorkstation.st
--- a/DeviceWorkstation.st	Thu Feb 19 00:49:37 2004 +0100
+++ b/DeviceWorkstation.st	Thu Feb 19 01:01:07 2004 +0100
@@ -7319,6 +7319,10 @@
     ^ maxAscent
 !
 
+maxCode
+    ^ maxCode ? 16rFFFF
+!
+
 maxDescent
     "return the maxDescent"
 
@@ -7331,6 +7335,10 @@
     ^ maxWidth
 !
 
+minCode
+    ^ minCode ? 0
+!
+
 minWidth
     "return the minWidth"
 
@@ -7340,7 +7348,7 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.453 2004-02-18 23:49:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.454 2004-02-19 00:01:07 cg Exp $'
 ! !
 
 DeviceWorkstation initialize!