We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd39b60 commit 2af29f8Copy full SHA for 2af29f8
Flow.Launcher.Plugin/GlyphInfo.cs
@@ -0,0 +1,11 @@
1
+using System;
2
+using System.Collections.Generic;
3
+using System.Linq;
4
+using System.Text;
5
+using System.Threading.Tasks;
6
+using System.Windows.Media;
7
+
8
+namespace Flow.Launcher.Plugin
9
+{
10
+ public record GlyphInfo(string FontFamily, string Glyph);
11
+}
0 commit comments