.
                          AUTOTALL
                          ========
.
Autotall is actually:
-----------------------------
.autotall=0; feature is OFF
.autotall=1; feature is ON
-----------------------------
when the .autotall property is set to true (1), it
 automatically adjusts the y2 property to a decent selection
 for the chosen FONT.
.
Lets face it, adjusting the y2 everytime you change fonts is
 a PITA. Simply set .autotall=1 on the:
   labels
   textboxes
   listboxes
   buttons
.
and voila, you can select fonts and watch all the controls
 automatically adjust height around the font changes, small
 to large. Its very convenient once you get used to it.
.
TECH TIP: the KEY element to set, is the upper left corner of
 any control. Use the upper left corner to locate an autotall
 enabled control(s) so they can grow and shrink in height a
 little without ruining the screen. (TAKKY uses the upper
 left corner as the main reference point, IE, tuple (x1,y1).
