You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/04/17 05:49:19 UTC

[15/50] [abbrv] incubator-weex git commit: * [ios] iconfont accord config draw

* [ios] iconfont accord config draw


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/e2205bf2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/e2205bf2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/e2205bf2

Branch: refs/heads/dev
Commit: e2205bf270b9115b023ce7124ce62fea89888e5b
Parents: 155b4e0
Author: acton393 <zh...@gmail.com>
Authored: Thu Apr 13 17:38:25 2017 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Thu Apr 13 17:38:25 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK/Sources/Component/WXTextComponent.h | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/e2205bf2/ios/sdk/WeexSDK/Sources/Component/WXTextComponent.h
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Component/WXTextComponent.h b/ios/sdk/WeexSDK/Sources/Component/WXTextComponent.h
index d9a1269..800a909 100644
--- a/ios/sdk/WeexSDK/Sources/Component/WXTextComponent.h
+++ b/ios/sdk/WeexSDK/Sources/Component/WXTextComponent.h
@@ -21,4 +21,7 @@
 
 @interface WXTextComponent : WXComponent
 
++ (void)setRenderUsingCoreText:(BOOL)usingCoreText;
++ (BOOL)textRenderUsingCoreText;
+
 @end