AliyunEffectSubtitle

@interface AliyunEffectSubtitle : AliyunEffectPasterBase

* A model class that defines standard captions. A standard caption contains a piece of text.

  • * The text contents.

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *text;
  • * The text font.

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *fontName;
  • * The text color.

    Declaration

    Objective-C

    @property(nonatomic, strong) UIColor *textColor
  • * The text stroke color.

    Declaration

    Objective-C

    @property(nonatomic, strong) UIColor *strokeColor
  • * Whether the text is stroked.

    Declaration

    Objective-C

    @property (nonatomic) BOOL isStroke;
  • * The text background color.

    Declaration

    Objective-C

    @property(nonatomic, strong) UIColor *textLabelColor
  • * Whether the text has a background color.

    Declaration

    Objective-C

    @property (nonatomic) BOOL hasTextLabel;
  • Deprecated

    deprecated

    Undocumented

    Declaration

    Objective-C

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