Font.st
changeset 4750 575234d4ebcc
parent 4562 b841559cb6c8
child 4751 f407df70a650
equal deleted inserted replaced
4749:4dbeec6bdb16 4750:575234d4ebcc
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
       
    13 "{ Package: 'stx:libview' }"
    12 "{ Package: 'stx:libview' }"
    14 
    13 
    15 FontDescription subclass:#Font
    14 FontDescription subclass:#Font
    16 	instanceVariableNames:'device fontId replacementFont ascent descent width isFixedWidth
    15 	instanceVariableNames:'device fontId replacementFont ascent descent width isFixedWidth
    17 		minWidth maxWidth maxAscent maxDescent minCode maxCode direction'
    16 		minWidth maxWidth maxAscent maxDescent minCode maxCode direction'
   265 
   264 
   266     ^ newFont
   265     ^ newFont
   267 
   266 
   268     "Modified: / 26.9.1999 / 13:49:45 / cg"
   267     "Modified: / 26.9.1999 / 13:49:45 / cg"
   269 ! !
   268 ! !
       
   269 
       
   270 
   270 
   271 
   271 !Font methodsFor:'accessing'!
   272 !Font methodsFor:'accessing'!
   272 
   273 
   273 device
   274 device
   274     "return the device I am on.
   275     "return the device I am on.
  1158 ! !
  1159 ! !
  1159 
  1160 
  1160 !Font class methodsFor:'documentation'!
  1161 !Font class methodsFor:'documentation'!
  1161 
  1162 
  1162 version
  1163 version
  1163     ^ '$Header: /cvs/stx/stx/libview/Font.st,v 1.98 2006-08-23 14:06:03 cg Exp $'
  1164     ^ '$Header: /cvs/stx/stx/libview/Font.st,v 1.99 2007-04-13 14:15:32 fm Exp $'
  1164 ! !
  1165 ! !
  1165 
  1166 
  1166 Font initialize!
  1167 Font initialize!