[etoys-notify] [JIRA] Created: (SQ-878) Minor bugs about TTCFont fallbackFont

Xin Wang (JIRA) tracker at squeakland.org
Mon Oct 25 09:28:03 EDT 2010


Minor bugs about TTCFont fallbackFont
-------------------------------------

                 Key: SQ-878
                 URL: http://tracker.squeakland.org/browse/SQ-878
             Project: squeakland
          Issue Type: Bug
          Components: etoys
            Reporter: Xin Wang
         Attachments: TTCFont-fallbackFont-color.xinwang.1.cs, TTCFont-fallbackFont-size.xinwang.1.cs

There are two minor bugs about fallbackFont in TTCFont class.

One is relate to font size when calling setupDefaultFallbackTextStyleTo:. It seems that TTCFont class>>setupDefaultFallbackFontTo: and TTCFont class>>setupDefaultFallbackTextStyleTo: just do the similar job, but when comparing size of TTCFont and its fallbackFont, one use `=', and the other use `>='。`>=' may be correct, or fallbackFont will be smaller than itself. A changeset for this is attached.

Another one is relate to fallbackFont color. When using a Chinese MultiTTCFont for BitstreamVeraSans, text in highlighted menu item will still be black instead of white. Attached changeset try to set TTCfont's fallbackFont color when color of itself is set.

-- 
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