# AXAttributedString **Repository Path**: arnoldxiao/AXAttributedString ## Basic Information - **Project Name**: AXAttributedString - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![platform](https://img.shields.io/cocoapods/p/AXAttributedString.svg) ![stars](https://img.shields.io/github/stars/arnoldxiao/AXAttributedString.svg) ![pod](https://img.shields.io/cocoapods/v/AXAttributedString.svg) ![license](https://img.shields.io/github/license/arnoldxiao/AXAttributedString.svg) An easier attribute text creator, use chain-syntax. *Support for iOS 8.0+, Base on Objective-C.* ### Installation ``` pod 'AXAttributedString' ``` ### Manual 1. Download the AXAttributedString repository; 2. Copy the AXAttributedString sub-folder into your Xcode project; 3. ```#import ```. ### Usage ![Code_Example](https://raw.githubusercontent.com/arnoldxiao/AXAttributedString/master/Code_Example%402x.png) ![Screenshot_iPhoneSE](https://raw.githubusercontent.com/arnoldxiao/AXAttributedString/master/UI_Screenshot_iPhoneSE%402x.png) ### Supported attribute list * ``` text ```, *Must be the first if need, **NOT ALLOW** the empty formatted substring.* * ``` htmlText ```, *Must be the first if need, **NOT ALLOW** the empty formatted substring.* > ```text``` or ```htmlText``` must be need one. * ``` foregroundColor ``` * ``` backgroundColor ``` * ``` font ``` * ``` systemFontSize ``` * ``` underlineStyle ``` * ``` underlineColor ``` * ``` baselineOffset ``` * ``` strikethroughStyle ``` * ``` strikethroughColor ``` * ``` paragraphStyle ``` * ``` strokeColor ``` * ``` strokeWidth ``` * ``` attachment ``` * ``` linkUrl ``` * ``` linkString ``` * ``` ligature ``` * ``` kern ``` * ``` shadow ``` * ``` textEffect ``` * ``` obliqueness ``` * ``` expansion ``` * ``` writingDirection ``` * ``` verticalGlyphForm ``` ### Contact me - Email: - Wechat: arnold-xiao I'm very happy that its helpful for you, can you give me a star? ***Thank you!***