Hi,
I have a button where I use fontfamily fontawesome and another fontfamily.
The text I want to write is: " Facebook"
My issue is that Facebook is also detected as a fontawesome key.
So I would like to do:
<buttons:SfButton.Text>
<Run Text="" FontFamily="{StaticResource FontAwesomeBrands}"/>
<Run Text="Facebook" FontFamily="{StaticResource MyOtherFont}"/>
</buttons:SfButton.Text>
In WPF run does the job. In xamarin forms it's not existing.
How can I do it?
Thanks,