[etoys-notify] [JIRA] Created: (SQ-617) Resizing Text

K. K. Subramaniam (JIRA) tracker at squeakland.org
Thu Dec 3 21:52:35 EST 2009


Resizing Text
-------------

                 Key: SQ-617
                 URL: http://tracker.squeakland.org/browse/SQ-617
             Project: squeakland
          Issue Type: Improvement
          Components: etoys
            Reporter: K. K. Subramaniam
             Fix For: etoys 5 and showcase


A TextMorph has two layers in it - background (layout) and foreground (text style). This introduces an ambiguity for resize buttons. Do they affect layout or text style? Most uses of text is for short strings like labels or titles where the autoFit option is turned on. We could use these options intelligently to pick the implied target.

If autoFit is ON, the layout is computed internally, so the resize button can be used to affect font size. If this option is OFF, resize button will be applied to the layout.

Also see http://lists.squeakland.org/pipermail/squeakland/2009-November/005004.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.squeakland.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the etoys-notify mailing list