mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Create GlyphInfo.cs
Add GlyphInfo File
This commit is contained in:
parent
fd39b60f7b
commit
2af29f8376
1 changed files with 11 additions and 0 deletions
11
Flow.Launcher.Plugin/GlyphInfo.cs
Normal file
11
Flow.Launcher.Plugin/GlyphInfo.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Media;
|
||||
|
||||
namespace Flow.Launcher.Plugin
|
||||
{
|
||||
public record GlyphInfo(string FontFamily, string Glyph);
|
||||
}
|
||||
Loading…
Reference in a new issue