DeviceWorkstation.st
changeset 4022 b843fb470796
parent 4021 6a8abcb8fbd4
child 4030 34cdc7a25687
equal deleted inserted replaced
4021:6a8abcb8fbd4 4022:b843fb470796
  7317     "return the maxAscent"
  7317     "return the maxAscent"
  7318 
  7318 
  7319     ^ maxAscent
  7319     ^ maxAscent
  7320 !
  7320 !
  7321 
  7321 
       
  7322 maxCode
       
  7323     ^ maxCode ? 16rFFFF
       
  7324 !
       
  7325 
  7322 maxDescent
  7326 maxDescent
  7323     "return the maxDescent"
  7327     "return the maxDescent"
  7324 
  7328 
  7325     ^ maxDescent
  7329     ^ maxDescent
  7326 !
  7330 !
  7329     "return the maxWidth"
  7333     "return the maxWidth"
  7330 
  7334 
  7331     ^ maxWidth
  7335     ^ maxWidth
  7332 !
  7336 !
  7333 
  7337 
       
  7338 minCode
       
  7339     ^ minCode ? 0
       
  7340 !
       
  7341 
  7334 minWidth
  7342 minWidth
  7335     "return the minWidth"
  7343     "return the minWidth"
  7336 
  7344 
  7337     ^ minWidth
  7345     ^ minWidth
  7338 ! !
  7346 ! !
  7339 
  7347 
  7340 !DeviceWorkstation class methodsFor:'documentation'!
  7348 !DeviceWorkstation class methodsFor:'documentation'!
  7341 
  7349 
  7342 version
  7350 version
  7343     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.453 2004-02-18 23:49:37 cg Exp $'
  7351     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.454 2004-02-19 00:01:07 cg Exp $'
  7344 ! !
  7352 ! !
  7345 
  7353 
  7346 DeviceWorkstation initialize!
  7354 DeviceWorkstation initialize!