import HTMLgen
class InitialCaps def __init__(self, text='', upsize = '+2', downsize = '+1') def __repr__(self)
Utility class to process text into Initial Upper Case style using Font specifications. All text is converted to upper case and the initial characters are altered by the size given by the optional second argument. The rest of the characters are altered by the size given in the optional third argument.
InitialCaps('We the people', '+3', '+1')
Copyright © Robin Friedrich
All Rights Reserved
Comments to author: friedric@phoenix.net
Generated: Mon Dec 2 1996