下载字体-iOS 1.0.0

下载字体-iOS 1.0.0

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布最后发布2014年12月

hisa0507 维护。



  • hisa0507

使用方法

要运行示例项目,克隆仓库,然后首先从 Example 目录中运行 pod install

  1. 现在可用 "下载字体-iOS' ~> '1.0.0'

  2. 然后 "pod install"

  3. Appdelegate.m [DBLDownloadFont setFontNameWithBlock:^(bool successful, NSString error) { if (successful) { //成功状态 UIStoryboard storyboard = [UIStoryboard storyboardWithName:@"Main_iPhone" bundle:[NSBundle mainBundle]]; self.window.rootViewController = [storyboard instantiateInitialViewController]; } if (error) { //错误状态

    }
    

    } fontName:@"HiraMaruProN-W4"];

  4. ViewController.m self.label.font = [UIFont fontWithName:@"HiraMaruProN-W4" size:self.label.font.pointSize];

在您的应用程序中获得更丰富的标签!

Alt text Alt text

可下载字体

  • Apple SD Gothic Neo Heavy
  • Apple SD Gothic Neo Light
  • Apple SD Gothic Neo Regular
  • Apple SD Gothic Neo SemiBold
  • Apple SD Gothic Neo Thin
  • Apple SD Gothic Neo UltraLight
  • Apple SD GothicNeo ExtraBold
  • AppleGothic Regular
  • AppleMyungjo Regular
  • Baoli SC Regular
  • BiauKai
  • HeadLineA Regular
  • Hiragino Kaku Gothic StdN W8
  • Hiragino Maru Gothic ProN W4
  • Hiragino Sans GB W3
  • Hiragino Sans GB W6
  • Kaiti SC Black
  • Kaiti SC Bold
  • Kaiti SC Regular
  • Lantinghei SC Demibold
  • Lantinghei SC Extralight
  • Lantinghei SC Heavy
  • Lantinghei TC Demibold
  • Lantinghei TC Extralight
  • Lantinghei TC Heavy
  • LiHei Pro
  • LiSong Pro
  • Libian SC Regular
  • Nanum Brush Script
  • Nanum Pen Script
  • NanumGothic
  • NanumGothic Bold
  • NanumGothic ExtraBold
  • NanumMyeongjo
  • NanumMyeongjo Bold
  • NanumMyeongjo ExtraBold
  • PCMyungjo Regular
  • PilGi Regular
  • STFangsong
  • Songti SC Black
  • Songti SC Bold
  • Songti SC Light
  • Songti SC Regular
  • Wawati SC Regular
  • Wawati TC Regular
  • Weibei SC Bold
  • Weibei TC Bold
  • Xingkai SC Bold
  • Xingkai SC Light
  • YuGothic Bold
  • YuGothic Medium
  • YuMincho Demibold
  • YuMincho Medium
  • Yuanti SC Bold
  • Yuanti SC Light
  • Yuanti SC Regular
  • Yuppy SC Regular
  • Yuppy TC Regular

您可以在此查看详细信息 http://support.apple.com/kb/HT5484

要求

iOS 6.0 以上

安装

作者

hisa0507, [邮箱地址加密]

许可证

Download-Font-iOS适用于MIT许可证。更多信息,请参阅LICENSE文件。