GitHub user acton393 opened a pull request:

    https://github.com/apache/incubator-weex/pull/944

    [WEEX-173][iOS] fix iconfont draw failed sometimes

     the order of drawing text and the action of building font-family in 
javaScript is not reliable,
    so the observer needs to be added to every text component  which specify 
the font-family,
    when the the custom font download finish, redraw action will compare the 
font-family with
    font-family of text who received notification  and then execute redrawing 
action.
    
    Bug: 173

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/acton393/incubator-weex ios-bugfix-text

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-weex/pull/944.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #944
    
----
commit bfbddecf6b5c8ecf16d2df33984f877f6201e70a
Author: acton393 <zhangxing610321@...>
Date:   2017-12-20T03:35:13Z

    [WEEX-173][iOS] fix iconfont draw failed sometimes
    
     the order of drawing text and the action of building font-family in 
javaScript is not reliable,
    so the observer needs to be added to every text component  which specify 
the font-family,
    when the the custom font download finish, redraw action will compare the 
font-family with
    font-family of text who received notification  and then execute redrawing 
action.
    
    Bug: 173

----


---

Reply via email to