Skip to content

C# Universal Windows Platform remake of old TextEditor

License

Notifications You must be signed in to change notification settings

hjo12/NotepadEditorUWP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notepad Editor UWP

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

Getting Started

Prerequisites

Minimum version: Windows 10, Version 1809

Target Version: Windows 10, Version 1903

Nuget Packages Installed:

Win2D package is installed so that we're able to get the fonts as follows:

string[] fonts = Microsoft.Graphics.Canvas.Text.CanvasTextFormat.GetSystemFontFamilies();

Built With

Contributing

[Coming Soon]

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

C# Universal Windows Platform remake of old TextEditor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages