Files
community/Ink Canvas/Windows/SettingsViews/Pages/TypographyPage.xaml.cs
T

12 lines
236 B
C#
Raw Normal View History

2026-03-29 13:47:19 +08:00
using iNKORE.UI.WPF.Modern.Controls;
2026-04-05 21:50:53 +08:00
namespace Ink_Canvas.Windows.SettingsViews.Pages
2026-03-29 13:47:19 +08:00
{
2026-04-04 18:45:59 +08:00
public partial class TypographyPage : Page
2026-03-29 13:47:19 +08:00
{
2026-04-04 18:45:59 +08:00
public TypographyPage()
2026-03-29 13:47:19 +08:00
{
InitializeComponent();
}
}
}