Plugin.Glypher
v5.11.2
https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/fonts#use-a-custom-font https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/fonts#display-font-icons
如果您使用Xamarin.forms 4.5.0.530以下版本,則使用此插件仍然很有意義。

該插件擴展了Xamarin.Forms應用程序中字體字形(字體圖標)的支持。
xmlns:fontAwesome5Free="clr-namespace:Plugin.Glypher.FontAwesome5Free;assembly=Plugin.Glypher.FontAwesome5Free"
xmlns:glypher="clr-namespace:Plugin.Glypher;assembly=Plugin.Glypher"
< Label glypher:FontGlyph.Glyph= " {x:Static fontAwesome5Free:GlyphListBrand.Fab_Bluetooth} "
FontSize = " Large "
TextColor = " CornflowerBlue " />
< Button glypher:FontGlyph.Glyph= " {x:Static fontAwesome5Free:GlyphListBrand.Fab_Bitcoin} "
FontSize = " Large "
TextColor = " IndianRed " />
< Image >
< Image .Source>
< FontImageSource Size = " 32 "
Color = " Orange "
glypher:FontGlyph.Glyph= " {x:Static fontAwesome5Free:GlyphListRegular.Far_Bell_Slash} " />
</ Image .Source>
</ Image >Plugin.Glypher可用:https://www.nuget.org/packages/plugin.glypher如果使用任何其他軟件包,則不需要引用Plugin.Glypher 。
| 包裹 | Wiki | nuget | 安卓 | ios |
|---|---|---|---|---|
Plugin.Glypher.FontAwesome5Free | 字體真棒5免費 | 是的 | 是的 | |
Plugin.Glypher.FontAwesome5Pro | 字體真棒5 Pro | 是的 | 是的 | |
Plugin.Glypher.WeatherIcons | 天氣圖標 | 是的 | 是的 |
| 安卓 | ios |
|---|---|
![]() | ![]() |
在Visual Studio中,確認啟用了Sourcelink。另外,請關閉“ Just My Code”,因為這不是您的代碼。
https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/sourcelink
歡迎捐款。請隨時提交問題並提取回購請求,並會根據時間許可進行審查。
謝謝您的Yannick Lung的圖標,Stephen Hutchings