我想知道我是否在这里错过了一些东西。
在iOS的xaml中使用FontAwesome时,它的工作原理如下:
l
但是在页面后面的代码中执行此操作时,我没有得到图标,但得到了Unicode <Button Text="" 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>
;
这是我的代码背后的代码:

答案 0 :(得分:4)
在C#代码中使用时,您必须像这样使用它:
Text = "\uf11a"