Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterupfold/dfontsplitter-winforms-tests
xUnit unit testing for DfontSplitter for Windows
https://github.com/peterupfold/dfontsplitter-winforms-tests
Last synced: 5 days ago
JSON representation
xUnit unit testing for DfontSplitter for Windows
- Host: GitHub
- URL: https://github.com/peterupfold/dfontsplitter-winforms-tests
- Owner: PeterUpfold
- License: other
- Created: 2020-11-28T20:39:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-06T18:39:07.000Z (about 4 years ago)
- Last Synced: 2024-11-08T09:51:05.744Z (about 2 months ago)
- Language: C#
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# DfontSplitter for Windows (Windows Forms version) Tests
Unit testing for [DfontSplitter for Windows](https://github.com/PeterUpfold/DfontSplitter-winforms).
## About
DfontSplitter is a graphical wrapper around the command line tool [Fondu](https://fondu.sourceforge.net) (a modified [fondu-win-dll](https://github.com/peterupfold/fondu-win-dll) is used in DfontSplitter) and also [FontForge](https://sourceforge.net/projects/fontforgebuilds). These tools support its font conversion functionality.
## Licence
Please see [LICENSE.md](https://github.com/PeterUpfold/DfontSplitter-winforms/blob/main/LICENSE.md) for more information.
## Developer Instructions
Ensure you've followed the developer instructions for the main repository.
Have the FontForge external tools copied into this project.
`BuildTools\Copy-FontForgeFromMainProject.ps1 -Path ..\dfontsplitter-winforms`