finish basic Text features on iOS

This commit is contained in:
Horcrux
2016-09-17 17:14:31 +08:00
parent a37c3ceee6
commit 5f4ff90c2a
6 changed files with 33 additions and 46 deletions
+2
View File
@@ -13,5 +13,7 @@
@property (nonatomic, assign) CTTextAlignment alignment;
@property (nonatomic, copy) NSArray<NSArray *> *path;
@property (nonatomic, assign) CGFloat offsetX;
@property (nonatomic, assign) CGFloat offsetY;
@end