NSMutableAttributedString(FWAttributedLabel)

@interface NSMutableAttributedString (FWAttributedLabel)

@property (nonatomic, strong, nullable) UIColor *fw_textColor NS_REFINED_FOR_SWIFT;
- (void)fw_setTextColor:(UIColor*)color range:(NSRange)range NS_REFINED_FOR_SWIFT;

@property (nonatomic, strong, nullable) UIFont *fw_font NS_REFINED_FOR_SWIFT;
- (void)fw_setFont:(UIFont*)font range:(NSRange)range NS_REFINED_FOR_SWIFT;

- (void)fw_setUnderlineStyle:(CTUnderlineStyle)style
                   modifier:(CTUnderlineStyleModifiers)modifier NS_REFINED_FOR_SWIFT;
- (void)fw_setUnderlineStyle:(CTUnderlineStyle)style
                   modifier:(CTUnderlineStyleModifiers)modifier
                      range:(NSRange)range NS_REFINED_FOR_SWIFT;

@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) UIColor *fw_textColor
  • Undocumented

    Declaration

    Objective-C

    - (void)fw_setTextColor:(UIColor*)color range:(NSRange)range NS_REFINED_FOR_SWIFT;
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) UIFont *fw_font
  • Undocumented

    Declaration

    Objective-C

    - (void)fw_setFont:(UIFont*)font range:(NSRange)range NS_REFINED_FOR_SWIFT;
  • Undocumented

    Declaration

    Objective-C

    - (void)fw_setUnderlineStyle:(CTUnderlineStyle)style
                       modifier:(CTUnderlineStyleModifiers)modifier NS_REFINED_FOR_SWIFT;
  • Undocumented

    Declaration

    Objective-C

    - (void)fw_setUnderlineStyle:(CTUnderlineStyle)style
                       modifier:(CTUnderlineStyleModifiers)modifier
                          range:(NSRange)range NS_REFINED_FOR_SWIFT;