FontDescription.st
changeset 6467 36da8c7a6ae9
parent 6388 22758be61441
child 6474 66caa2e18c27
equal deleted inserted replaced
6466:e4eebb5bd759 6467:36da8c7a6ae9
  1239     "display a partial string at some position in aGC."
  1239     "display a partial string at some position in aGC."
  1240 
  1240 
  1241     self subclassResponsibility
  1241     self subclassResponsibility
  1242 !
  1242 !
  1243 
  1243 
       
  1244 displayString:aString from:index1 to:index2 x:x0 y:y0 in:aGC opaque:opaque maxWidth:maxWidth
       
  1245     "redefined for subclasses that do not implement maxWidth"
       
  1246 
       
  1247     self displayString:aString from:index1 to:index2 x:x0 y:y0 in:aGC opaque:opaque
       
  1248 !
       
  1249 
  1244 displayString:aString x:x y:y in:aGC
  1250 displayString:aString x:x y:y in:aGC
  1245     "display a string at some position in aGC."
  1251     "display a string at some position in aGC."
  1246 
  1252 
  1247     self displayString:aString from:1 to:aString size x:x y:y in:aGC
  1253     self displayString:aString from:1 to:aString size x:x y:y in:aGC
  1248 
  1254 
  1695 ! !
  1701 ! !
  1696 
  1702 
  1697 !FontDescription class methodsFor:'documentation'!
  1703 !FontDescription class methodsFor:'documentation'!
  1698 
  1704 
  1699 version
  1705 version
  1700     ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.92 2014-04-14 14:56:33 cg Exp $'
  1706     ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.93 2014-05-07 09:30:48 stefan Exp $'
  1701 !
  1707 !
  1702 
  1708 
  1703 version_CVS
  1709 version_CVS
  1704     ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.92 2014-04-14 14:56:33 cg Exp $'
  1710     ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.93 2014-05-07 09:30:48 stefan Exp $'
  1705 ! !
  1711 ! !
  1706 
  1712 
  1707 
  1713 
  1708 FontDescription initialize!
  1714 FontDescription initialize!