TTStem

===============================================
  TTStem - class to represent TrueType-Stem
===============================================
(TTStem.__doc__ reports only 'TTStem'

... so use this information with care)
	

CONSTRUCTOR

  TTStem()       - generic constructor, creates TrueType-Stem
  TTStem(TTStem) - copy constructor
  
	

ATTRIBUTES

  name (string)   - name of the stem
  width [integer] - width of the stem
  ppm2 [integer]  - from this ppm-size the stem becomes 2 pixels wide
  ppm3 [integer]  - from this ppm-size the stem becomes 3 pixels wide
  ppm4 [integer]  - from this ppm-size the stem becomes 4 pixels wide
  ppm5 [integer]  - from this ppm-size the stem becomes 5 pixels wide
  ppm6 [integer]  - from this ppm-size the stem becomes 6 pixels wide
  

OPERATIONS

  (don't know)

METHODS

  (don't know)