Skip to content

Commit 2af29f8

Browse files
committed
Create GlyphInfo.cs
Add GlyphInfo File
1 parent fd39b60 commit 2af29f8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Flow.Launcher.Plugin/GlyphInfo.cs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)