Font.st
changeset 3934 9226f49c99d5
parent 3785 045a05c6abbe
child 4006 8af191725687
equal deleted inserted replaced
3933:10147dc53aef 3934:9226f49c99d5
   471     "Modified: / 3.2.1999 / 16:13:10 / stefan"
   471     "Modified: / 3.2.1999 / 16:13:10 / stefan"
   472 ! !
   472 ! !
   473 
   473 
   474 !Font methodsFor:'printing & storing'!
   474 !Font methodsFor:'printing & storing'!
   475 
   475 
       
   476 encodingVectorFor:aspect
       
   477     ^ Array with:(#family->self family) with:(#face->self face) with:(#style->self style) with:(#size->self size)
       
   478 !
       
   479 
   476 printOn:aStream
   480 printOn:aStream
   477     "append a user printed representation of the receiver to aStream.
   481     "append a user printed representation of the receiver to aStream.
   478      The format is suitable for a human - not meant to be read back.
   482      The format is suitable for a human - not meant to be read back.
   479      Redefined to print more about the fonts name"
   483      Redefined to print more about the fonts name"
   480 
   484 
  1071 ! !
  1075 ! !
  1072 
  1076 
  1073 !Font class methodsFor:'documentation'!
  1077 !Font class methodsFor:'documentation'!
  1074 
  1078 
  1075 version
  1079 version
  1076     ^ '$Header: /cvs/stx/stx/libview/Font.st,v 1.87 2003-01-23 16:07:00 cg Exp $'
  1080     ^ '$Header: /cvs/stx/stx/libview/Font.st,v 1.88 2003-09-25 14:40:53 tm Exp $'
  1077 ! !
  1081 ! !
  1078 
  1082 
  1079 Font initialize!
  1083 Font initialize!