-
Methods in org.robovm.apple.coretext with parameters of type CTFontManagerScope
| Modifier and Type |
Method |
Description |
static CFArray |
CTFontManager.copyRegisteredFontDescriptors(CTFontManagerScope scope,
boolean enabled) |
|
static void |
CTFontManager.registerFontDescriptors(CFArray fontDescriptors,
CTFontManagerScope scope,
boolean enabled,
Block2<CFArray,Boolean,Boolean> registrationHandler) |
|
static boolean |
CTFontManager.registerFonts(List<NSURL> fontURLs,
CTFontManagerScope scope) |
|
static boolean |
CTFontManager.registerFonts(NSArray<NSURL> fontURLs,
CTFontManagerScope scope) |
|
protected static boolean |
CTFontManager.registerFonts(NSArray<NSURL> fontURLs,
CTFontManagerScope scope,
NSArray.NSArrayPtr errors) |
Deprecated.
|
static boolean |
CTFontManager.registerFonts(NSURL fontURL,
CTFontManagerScope scope) |
|
static void |
CTFontManager.registerFontsWithAssetNames(CFArray fontAssetNames,
CFBundle bundle,
CTFontManagerScope scope,
boolean enabled,
Block2<CFArray,Boolean,Boolean> registrationHandler) |
|
static void |
CTFontManager.registerFontURLs(CFArray fontURLs,
CTFontManagerScope scope,
boolean enabled,
Block2<CFArray,Boolean,Boolean> registrationHandler) |
|
CTFontAttributes |
CTFontAttributes.setRegistrationScope(CTFontManagerScope registrationScope) |
|
static void |
CTFontManager.unregisterFontDescriptors(CFArray fontDescriptors,
CTFontManagerScope scope,
Block2<CFArray,Boolean,Boolean> registrationHandler) |
|
static boolean |
CTFontManager.unregisterFonts(List<NSURL> fontURLs,
CTFontManagerScope scope) |
|
static boolean |
CTFontManager.unregisterFonts(NSArray<NSURL> fontURLs,
CTFontManagerScope scope) |
|
protected static boolean |
CTFontManager.unregisterFonts(NSArray<NSURL> fontURLs,
CTFontManagerScope scope,
NSArray.NSArrayPtr errors) |
Deprecated.
|
static boolean |
CTFontManager.unregisterFonts(NSURL fontURL,
CTFontManagerScope scope) |
|
static void |
CTFontManager.unregisterFontURLs(CFArray fontURLs,
CTFontManagerScope scope,
Block2<CFArray,Boolean,Boolean> registrationHandler) |
|