Squeak Class Documentation category index | class index  
 
TextFontChange
  category: Collections-Text
  superclass: TextAttribute
  subclasses: TextFontReference

A TextFontChange encodes a font change applicable over a given range of text. The font number is interpreted relative to the textStyle governing display of this text.

instance methods
  as yet unclassified
  =
dominates:
emphasizeScanner:
fontNumber
fontNumber:
forFontInStyle:do:
printOn:
writeScanOn:

class methods
  as yet unclassified
  defaultFontChange
font1
font2
font3
font4
fontNumber:

instance methods
  as yet unclassified top  
 

=

Answer whether the receiver and the argument represent the same
object. If = is redefined in any subclass, consider also redefining the
message hash.


 

dominates:

Subclasses may override condense multiple attributes


 

emphasizeScanner:

Set the font for text display


 

fontNumber


 

fontNumber:


 

forFontInStyle:do:

No action is the default. Overridden by font specs


 

printOn:

Append to the argument, aStream, a sequence of characters that
identifies the receiver.


 

writeScanOn:


class methods
  as yet unclassified top  
 

defaultFontChange

Answer a TextFontChange that represents the default font


 

font1


 

font2


 

font3


 

font4


 

fontNumber: