Font.st
changeset 3415 5318d7f58d35
parent 3213 78add46c0f4b
child 3479 e647bc300eba
equal deleted inserted replaced
3414:6c69b65a867b 3415:5318d7f58d35
   686      This is query only valid if the receiver is associated to a device"
   686      This is query only valid if the receiver is associated to a device"
   687 
   687 
   688     device isNil ifTrue:[
   688     device isNil ifTrue:[
   689         ^ nil
   689         ^ nil
   690     ].
   690     ].
   691     ^ device fullNameOf:fontId.
   691     ^ device fullFontNameOf:fontId.
   692 
   692 
   693     "
   693     "
   694      ((Font name:'6x10') on:Display) fullName  
   694      ((Font name:'6x10') on:Display) fullName  
   695     "
   695     "
   696 
   696 
  1112 ! !
  1112 ! !
  1113 
  1113 
  1114 !Font class methodsFor:'documentation'!
  1114 !Font class methodsFor:'documentation'!
  1115 
  1115 
  1116 version
  1116 version
  1117     ^ '$Header: /cvs/stx/stx/libview/Font.st,v 1.76 2000-07-02 12:53:08 cg Exp $'
  1117     ^ '$Header: /cvs/stx/stx/libview/Font.st,v 1.77 2001-04-13 16:21:16 stefan Exp $'
  1118 ! !
  1118 ! !
  1119 Font initialize!
  1119 Font initialize!