Skip to content

✨Windows App SDK Fluent System Icon Control✨

License

Notifications You must be signed in to change notification settings

kitUIN/FluentIcon

Repository files navigation

FluentIcon

✨ 使用Windows App SDK 构建的FluentIcon控件 ✨

✨ Windows App SDK Fluent Icon Control ✨

license release

image

介绍📖

图标均来自于Fluentui-System-Icon

字体文件FluentSystemIcons-Regular.ttf (不必安装字体,nuget包中自带)

字体文件FluentSystemIcons-Filled.ttf (不必安装字体,nuget包中自带)

json2Symbol.py文件为jsonSymbol枚举

简单使用🛠️

请先安装nuget

在需要使用的Xaml文件的顶部添加

xmlns:icons="using:FluentIcon.WinUI"

随后使用

<icons:FluentRegularIcon Symbol="" />
<icons:FluentFilledIcon Symbol="" />

选择你需要的图标,填入Symbol

如何选择图标🖼️

安装Character-Map-UWP,将字体文件拖入,进行挑选