Xamarin FontAwesome无法从背后的代码工作

时间:2018-09-11 10:59:03

标签: xaml xamarin xamarin.forms font-awesome

我想知道我是否在这里错过了一些东西。

在iOS的xaml中使用FontAwesome时,它的工作原理如下:

l

但是在页面后面的代码中执行此操作时,我没有得到图标,但得到了Unicode <Button Text="&#xf075;" HeightRequest="100" BackgroundColor="DarkRed" TextColor="White" FontSize="36"> <Button.FontFamily> <OnPlatform x:TypeArguments="x:String" Android="fa-regular-400.ttf#Font Awesome 5 Free Regular" iOS="Font Awesome 5 Free" WinPhone="Assets/fa-regular-400.ttf#Font Awesome 5 Free" /> </Button.FontFamily> </Button> ;

这是我的代码背后的代码:

&#xf075

1 个答案:

答案 0 :(得分:4)

在C#代码中使用时,您必须像这样使用它:

Text = "\uf11a"