2014年7月1日 星期二

iOS 開發筆記 - 使用自定字型



用法:
  1. 將字形(MyCustomFontName.ttf)拖進Supporting Files,記得要勾選 "Add to tagets"

  2. 更新 *.plist 資訊,新增 Fonts provided by application,新增剛剛添加的字型檔名(含副檔名)
  3. 簡易使用 NSLog(@"MyCustomFont: %@", [UIFont fontWithName:@"MyCustomFontName" size:12]);  ,不需副檔名,若 NSLog 輸出不是 null 即可。

沒有留言:

張貼留言