In XAML pages I used font awesome within Buttons by using the unicode hack like this:
Код: Выделить всё
Код: Выделить всё
[i][/i]

And in MauiProgram.cs they are include like SO: < /p>
Код: Выделить всё
builder.UseMauiApp()
.UseMauiCommunityToolkit()
.UseMauiCommunityToolkitCamera()
.UseMauiCommunityToolkitMediaElement()
.UseBarcodeScanning()
.ConfigureFonts(fonts =>
{
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
fonts.AddFont("fa-solid-900.woff2", "FontAwesomeSolid");
fonts.AddFont("fa-thin-100.woff2", "FontAwesomeThin");
});
ios emoult. Скриншот
Подробнее здесь: https://stackoverflow.com/questions/797 ... ed-on-xaml