Uses of Class
org.robovm.apple.corefoundation.CFBundle
| Package | Description |
|---|---|
| org.robovm.apple.corefoundation | |
| org.robovm.apple.coretext |
-
Uses of CFBundle in org.robovm.apple.corefoundation
Methods in org.robovm.apple.corefoundation that return CFBundle Modifier and Type Method Description static CFBundleCFBundle. create(CFAllocator allocator, CFURL bundleURL)static CFBundleCFBundle. getBundle(String bundleID)CFBundleCFPlugIn. getBundle()static CFBundleCFBundle. getMainBundle()Methods in org.robovm.apple.corefoundation that return types with arguments of type CFBundle Modifier and Type Method Description static List<CFBundle>CFBundle. createBundlesFromDirectory(CFAllocator allocator, CFURL directoryURL, String bundleType)static List<CFBundle>CFBundle. getAllBundles() -
Uses of CFBundle in org.robovm.apple.coretext
Methods in org.robovm.apple.coretext with parameters of type CFBundle Modifier and Type Method Description static voidCTFontManager. registerFontsWithAssetNames(CFArray fontAssetNames, CFBundle bundle, CTFontManagerScope scope, boolean enabled, Block2<CFArray,Boolean,Boolean> registrationHandler)