Previous Next blank.gif Home Page

Class InitialCaps


SYNOPSIS

import HTMLgen
class InitialCaps
  def __init__(self, text='', upsize = '+2', downsize = '+1')
  def __repr__(self)

DESCRIPTION

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.

For example:

   InitialCaps('We the people', '+3', '+1')

SEE ALSO

HTMLgen


Previous Next blank.gif Home Page
Buzz.gif

Copyright © Robin Friedrich
All Rights Reserved
Comments to author: friedric@phoenix.net
Generated: Mon Dec 2 1996