FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
|
NSMutableAttributedString attributes dictionary and data type to support it. More...
Go to the source code of this file.
Classes | |
category | NSMutableAttributedString(AttributeProperties) |
Dictionary with easy attribute interface. More... | |
class | NSAttributedStringAttributeDictionary |
NSMutableAttributedString attributes dictionary. More... | |
Typedefs | |
typedef NSUInteger | NSLigatureType |
Type for ligature style. More... | |
typedef NSUInteger | NSVerticalGlyphForm |
Type for vertical glyph form. More... | |
Enumerations | |
enum | { NSLigatureStandard = 0, NSLigatureNo = 1 } |
Values for ligature style. More... | |
enum | { NSVerticalGlyphFormHorizontal = 0, NSVerticalGlyphFormVertical = 1 } |
Values for vertical glyph form. More... | |
NSMutableAttributedString attributes dictionary and data type to support it.
NSAttributedString uses dictionary to set or add attribute to string. But this interface is very human-unfriendly. This file adds new interface for attributes dictionary.
Available in iOS 6.0 or later. UIKit is required.
Before iOS 6.0, use CoreText.
typedef NSUInteger NSLigatureType |
Type for ligature style.
typedef NSUInteger NSVerticalGlyphForm |
Type for vertical glyph form.
anonymous enum |
Values for ligature style.
Enumerator | |
---|---|
NSLigatureStandard | |
NSLigatureNo |
anonymous enum |
Values for vertical glyph form.
Enumerator | |
---|---|
NSVerticalGlyphFormHorizontal | |
NSVerticalGlyphFormVertical |