swift 使用 Font Awesome

來源:互聯網
上載者:User

標籤:

在ios中引入第三方字型及表徵圖

使用 swift 語言,引入FontAwesome

1、下載 Font Awesome(官網:http://fortawesome.github.io/Font-Awesome/ )

2、將 font中的 *.ttf 檔案匯入項目

3、配置 Info.plist 檔案,新增 Fonts provided by application 添加 item,並設定為 *.ttf

 

4、編寫 表徵圖索引值對(可自己編寫,我是從網上下載的,地址忘了)

5、使用

//定義label標籤 

var lab=UILabel(frame: CGRectMake(100, 100, 100, 100))

//設定字型

lab.font=UIFont(name: "FontAwesome", size: 50.0)

//根據鍵獲得表徵圖,並設定lab內容

lab.text= getFontAwesomeByKey("user");

//顯示到頁面

self.view.addSubview(lab)

6、運行效果

 

第一次寫部落格,經驗不足,多多包涵,部分資源來自網路。如果有問題請與我聯絡 QQ:623971951

 

swift 使用 Font Awesome

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.