This application is meant to serve as a remake of the first application I made with Universal Windows Platform: https://www.microsoft.com/en-us/p/universal-notepad-editor/9p7h6wpzdcrk?activetab=pivot:overviewtab
Minimum version: Windows 10, Version 1809
Target Version: Windows 10, Version 1903
Win2D package is installed so that we're able to get the fonts as follows:
string[] fonts = Microsoft.Graphics.Canvas.Text.CanvasTextFormat.GetSystemFontFamilies();
- Universal Windows Platform - The desktop framework used
[Coming Soon]
- Hunter - Initial work - hjohnson012
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details