AEPCaptionBaseTrack
@interface AEPCaptionBaseTrack : AEPStickerBaseTrack
* The base class of caption
-
* The text of caption
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *text;
-
* The resource of font. The sourceId mean fontName
Declaration
Objective-C
@property (nonatomic, strong, readonly) AEPSource *font;
-
* The color of text
Declaration
Objective-C
@property (nonatomic, strong, readonly) UIColor *textColor
-
* The background color of text
Declaration
Objective-C
@property (nonatomic, strong, readonly) UIColor *textBgColor