using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Media; namespace Flow.Launcher.Plugin { /// /// Text with FontFamily specified /// /// Font Family of this Glyph /// Text/Unicode of the Glyph public record GlyphInfo(string FontFamily, string Glyph); }