TuSDKPFStickerText Class Reference
| Inherits from | TuSDKDataJson : NSObject |
|---|---|
| Declared in | TuSDKPFStickerText.h |
type
贴纸文字类型
@property (nonatomic, readonly) lsqStickerTextType typeDeclared In
TuSDKPFStickerText.h
textStyleDic
文字样式
@property (nonatomic, copy) NSDictionary *textStyleDicDeclared In
TuSDKPFStickerText.h
shadowColor
文字阴影颜色
@property (nonatomic, retain) UIColor *shadowColorDeclared In
TuSDKPFStickerText.h
alignment
文字对齐方式 (0:左对齐, 1:居中对齐, 2:右对齐)
@property (nonatomic) NSTextAlignment alignmentDeclared In
TuSDKPFStickerText.h
textImage
文字区域生成的图片,优先使用图片,为nil 时,使用参数进行绘制
@property (nonatomic) UIImage *textImageDeclared In
TuSDKPFStickerText.h
+ textWithType:
贴纸文字对象
+ (instancetype)textWithType:(lsqStickerTextType)typeReturn Value
贴纸文字对象
Declared In
TuSDKPFStickerText.h