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