To implement support for bidirectional and vertical text etc.
This commit is contained in:
Mikael Sand
2017-08-08 03:04:46 +03:00
parent 7f91c7cc2b
commit 058183c0de
3 changed files with 1236 additions and 895 deletions
@@ -0,0 +1,6 @@
package com.horcrux.svg;
enum Direction {
ltr,
rtl
}
@@ -45,7 +45,7 @@ class TSpanShadowNode extends TextShadowNode {
private static final String TTF = ".ttf";
private Path mCache;
private @Nullable String mContent;
@Nullable String mContent;
private TextPathShadowNode textPath;
@ReactProp(name = "content")
File diff suppressed because it is too large Load Diff