NSMutableAttributedString(TKCategory) Category Reference
| Declared in | NSMutableAttributedString+TKCategory.h NSMutableAttributedString+TKCategory.m |
Instance Methods
addFont:
Set the font of the string.
- (void)addFont:(UIFont *)fontParameters
- font
The font that will be set.
Declared In
NSMutableAttributedString+TKCategory.haddFont:range:
Set the font of a range of characters.
- (void)addFont:(UIFont *)font range:(NSRange)rangeParameters
- font
The font that will be set.
- range
The range of text that will be set as the color.
Declared In
NSMutableAttributedString+TKCategory.haddKerning:
Set the font of the string.
- (void)addKerning:(CGFloat)kerningParameters
- kerning
The font that will be set.
Declared In
NSMutableAttributedString+TKCategory.haddKerning:range:
Set the kerning of the text in a range.
- (void)addKerning:(CGFloat)kerning range:(NSRange)rangeParameters
- kerning
The kerning that will be set.
- range
The range of text that will be set as the color.
Declared In
NSMutableAttributedString+TKCategory.haddLineHeight:
Set the font of the string.
- (void)addLineHeight:(CGFloat)lineHeightParameters
- lineHeight
The font that will be set.
Declared In
NSMutableAttributedString+TKCategory.haddLineHeight:range:
Set the line height for the text in a range.
- (void)addLineHeight:(CGFloat)lineHeight range:(NSRange)rangeParameters
- lineHeight
The line height that will be set.
- range
The range of text that will be set as the color.
Declared In
NSMutableAttributedString+TKCategory.h