import HTMLgen
class Font(Text) def __repr__(self) # Methods inherited by Font from Text def __init__(self, text='', **kw) def append(self, text='')
Argument is a text string or object with a string representation. Keyword arguments control the rendered apperance of this text.
Arguments must be strings. e.g. Font(
Blazing
,color='#cc0000',size='+2')
will present the word Blazing in the color red and a font two sizes
larger than the surrounding text.
Concatenate text characters onto the end.
Will escape special characters.
Copyright © Robin Friedrich
All Rights Reserved
Comments to author: friedric@phoenix.net
Generated: Mon Dec 2 1996