AEPBubbleCaptionTrack
@interface AEPBubbleCaptionTrack : AEPDeprecatedCaptionTrack
废弃的气泡字
-
气泡资源
Declaration
Objective-C
@property (nonatomic, strong, readonly) AEPSource *source; -
归一化的文字大小
Declaration
Objective-C
@property (nonatomic, readonly) CGSize normalizedTextSize; -
归一化的文字位置(相对于气泡字本身)
Declaration
Objective-C
@property (nonatomic, readonly) CGPoint normalizedTextCenter; -
在编辑器中使用的气泡字对象
Declaration
Objective-C
@property (nonatomic, strong, readonly) AliyunEffectCaption *editorCaption;
AEPBubbleCaptionTrack Class Reference