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

A TextFontReference encodes a font change applicable over a given range of text. The font reference is absolute: unlike a TextFontChange, it is independent of the textStyle governing display of this text.

instance methods
  as yet unclassified
  couldDeriveFromPrettyPrinting
emphasizeScanner:
font
forFontInStyle:do:
toFont:

  comparing
  =

class methods
  as yet unclassified
  toFont:

instance methods
  as yet unclassified top  
 

couldDeriveFromPrettyPrinting

Answer whether the receiver is a kind of attribute that could have been generated by doing polychrome pretty-printing of a method without functional text attributes.


 

emphasizeScanner:

Set the actual font for text display


 

font


 

forFontInStyle:do:

No action is the default. Overridden by font specs


 

toFont:


  comparing top  
 

=

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


class methods
  as yet unclassified top  
 

toFont: