NativeScript-fontawesome
您的 NativeScript 插件,用于使用 Fontawesome 图标
npm i --save nativescript-fontawesome

NativeScript FontAwesome

使用 NativeScript 使用 Fontawesome 图标的简单方法

安装

tns plugin add nativescript-fontawesome

点击此处下载 fontawesome-webfont.ttf 或从 Fontawesome 网站 下载

  • 将字体图标 .ttf 文件放置在 app/fonts 目录中,如下所示
app/fonts/fontawesome-webfont.ttf
  • 在你的 app.ts 中调用 init 函数
import { Fontawesome } from 'nativescript-fontawesome';
Fontawesome.init();

用法

<Label class="fa" text="{{'fa-bluetooth' | fontawesome }}"></Label> 

致谢

nativescript-fonticon