-
Methods in org.robovm.apple.corefoundation that return CFAttributedString
| Modifier and Type |
Method |
Description |
static CFAttributedString |
CFAttributedString.create(String str,
CMTextMarkupAttributes attributes) |
|
static CFAttributedString |
CFAttributedString.create(String str,
CTAttributedStringAttributes attributes) |
|
static CFAttributedString |
CFAttributedString.create(String str,
NSAttributedStringAttributes attributes) |
|
static CFAttributedString |
CFAttributedString.create(CFAllocator alloc,
String str,
CFDictionary attributes) |
|
static CFAttributedString |
CFAttributedString.create(CFAllocator alloc,
String str,
CMTextMarkupAttributes attributes) |
|
static CFAttributedString |
CFAttributedString.create(CFAllocator alloc,
String str,
CTAttributedStringAttributes attributes) |
|
static CFAttributedString |
CFAttributedString.create(CFAllocator alloc,
String str,
NSAttributedStringAttributes attributes) |
|
static CFAttributedString |
CFAttributedString.createCopy(CFAllocator alloc,
CFAttributedString aStr) |
|
static CFAttributedString |
CFAttributedString.createWithSubstring(CFAllocator alloc,
CFAttributedString aStr,
CFRange range) |
|