TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by hisa0507.
To run the example project, clone the repo, and run pod install
from the Example directory first.
Now Available "Download-Font-iOS' ~> '1.0.0'
Then "pod install"
Appdelegate.m [DBLDownloadFont setFontNameWithBlock:^(bool successful, NSString error) { if (successful) { //successful status UIStoryboard storyboard = [UIStoryboard storyboardWithName:@"Main_iPhone" bundle:[NSBundle mainBundle]]; self.window.rootViewController = [storyboard instantiateInitialViewController]; } if (error) { //error status
}
} fontName:@"HiraMaruProN-W4"];
ViewController.m self.label.font = [UIFont fontWithName:@"HiraMaruProN-W4" size:self.label.font.pointSize];
You can see details http://support.apple.com/kb/HT5484
over iOS 6.0
hisa0507, [email protected]
Download-Font-iOS is available under the MIT license. See the LICENSE file for more info.