FWAttributedOption


@interface FWAttributedOption : NSObject <NSCopying>

NSAttributedString属性封装器

Attribute

  • Undocumented

    Declaration

    Objective-C

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

    Declaration

    Objective-C

    @property (nullable, nonatomic, strong) NSMutableParagraphStyle *paragraphStyle
  • Undocumented

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

    @property (nullable, nonatomic, strong) NSNumber *ligature
  • Undocumented

    Declaration

    Objective-C

    @property (nullable, nonatomic, strong) NSNumber *kern
  • Undocumented

    Declaration

    Objective-C

    @property (nullable, nonatomic, strong) NSNumber *strikethroughStyle
  • Undocumented

    Declaration

    Objective-C

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

    Declaration

    Objective-C

    @property (nullable, nonatomic, strong) NSNumber *underlineStyle
  • Undocumented

    Declaration

    Objective-C

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

    Declaration

    Objective-C

    @property (nullable, nonatomic, strong) NSNumber *strokeWidth
  • Undocumented

    Declaration

    Objective-C

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

    Declaration

    Objective-C

    @property (nullable, nonatomic, strong) NSShadow *shadow
  • Undocumented

    Declaration

    Objective-C

    @property (nullable, nonatomic, copy) NSTextEffectStyle textEffect
  • Undocumented

    Declaration

    Objective-C

    @property (nullable, nonatomic, strong) NSNumber *baselineOffset
  • Undocumented

    Declaration

    Objective-C

    @property (nullable, nonatomic, strong) NSNumber *obliqueness
  • Undocumented

    Declaration

    Objective-C

    @property (nullable, nonatomic, strong) NSNumber *expansion
  • Undocumented

    Declaration

    Objective-C

    @property (nullable, nonatomic, strong) NSNumber *writingDirection
  • Undocumented

    Declaration

    Objective-C

    @property (nullable, nonatomic, strong) NSNumber *verticalGlyphForm
  • Undocumented

    Declaration

    Objective-C

    @property (nullable, nonatomic, copy) NSURL *link
  • Undocumented

    Declaration

    Objective-C

    @property (nullable, nonatomic, strong) NSTextAttachment *attachment

Public

  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) CGFloat lineHeightMultiplier
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) CGFloat lineSpacingMultiplier
  • Undocumented

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) FWAttributedOption *appearance
  • Undocumented

    Declaration

    Objective-C

    - (NSDictionary<NSAttributedStringKey, id> *)toDictionary;