Xcode Loading custom fonts
1、進入網站http://www.dafont.com,選取需要的字型
2、下載字型,解壓檔案,找到ttf格式檔案,這個是我們要匯入至工程的。如thirteen_pixel_font.ttf 。
3、匯入檔案至工程中 點選最後
4、選取工程targets,進入info,找到Custom iOS Target Properties. 點選列表最後一行入口Bundle versions string, short ,點選按鈕+,新增新內容。如下圖所示:
5、在iOS 遊戲開發中,即可引用上面新增字型。如:
SKLabelNode *myLabel = [SKLabelNode labelNodeWithFontNamed:@"Thirteen Pixel Fonts"];
學自:iOS Games by Tutorials p145 Loading custom fonts
相關文章
- Custom
- 前端圖片 - icon Fonts前端
- loading
- 使用Google Fonts注意事項Go
- Unknown custom element: <> -
- graphite custom functionsFunction
- Loading ... done
- [Vue] Props: Custom ValidationVue
- CSS Custom Highlight APICSSAPI
- Fontconfig head is null, check your fonts or fonts configuration 生產環境Centos伺服器報錯 本地沒問題NullCentOS伺服器
- iOS 新增自定義的字型 Fonts provided by applicationiOSIDEAPP
- elementUI loading提示使用UI
- 載入框(loading)
- Xcode 10.2XCode
- Cypress系列(63)- 使用 Custom Commands
- 【Lintcode】1025. Custom Sort String
- win10系統fonts資料夾空白怎麼辦_win10 fonts資料夾空白如何恢復Win10
- [Vue Router] Lazy loading routesVue
- WPF Custom control and display binding and specific data
- 什麼是 Spartacus Custom Config initializer?
- WPF custom control contains datagrid,listbox,imageAI
- winston log 庫如何建立 custom logger
- Web Components系列(三) —— 建立 Custom ElementsWeb
- 堅定地使用 CSS Custom PropertiesCSS
- How to build your custom release bazel version?UI
- nginx 代理eureka後css/js/fonts無法訪問NginxCSSJS
- 遊戲中<loading>的思考遊戲
- Vue 封裝 loading 外掛Vue封裝
- 三種Loading製作方案
- React native 白屏 loading from localhostReact Nativelocalhost
- xcode 12有哪些改動?xcode 12新功能介紹XCode
- WPF ListBox ListBox.ItemTemplate DataTemplate Custom UserControl
- 原生 CSS Custom Highlight 終於來了~CSS
- Web Components 系列(二)—— 關於 Custom ElementsWeb
- Xcode編譯流程XCode編譯
- Xcode事件十問XCode事件
- Xcode 常用 LLDB 指令XCodeLLDB
- iOS Xcode快捷鍵iOSXCode
- iOS Xcode全面剖析iOSXCode