AliyunEffectSubtitle

@interface AliyunEffectSubtitle : AliyunEffectPasterBase

纯文字model类

  • 文字

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *text;
  • 字体

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *fontName;
  • 文字颜色

    Declaration

    Objective-C

    @property(nonatomic, strong) UIColor *textColor
  • 描边颜色

    Declaration

    Objective-C

    @property(nonatomic, strong) UIColor *strokeColor
  • 是否描边

    Declaration

    Objective-C

    @property (nonatomic) BOOL isStroke;
  • 文字背景颜色

    Declaration

    Objective-C

    @property(nonatomic, strong) UIColor *textLabelColor
  • 是否有文字背景色

    Declaration

    Objective-C

    @property (nonatomic) BOOL hasTextLabel;
  • Deprecated

    deprecated

    Undocumented

    Declaration

    Objective-C

    - (id)initWithRestore:(NSDictionary *)dict __deprecated_msg("deprecated");