Is it possible to publish a WPF Application into a single file with the font inside of the EXE?
Is it possible to publish a WPF Application into a single file with the font inside of the EXE?
3 Replies
https://ss64.com/nt/iexpress.html
Search IEXPRESS on network
for learn how using
I don't think IEXPRESS is a good solution to this.
In .NET / WPF you can just include resources like fonts by changing the build action to "Resource"
This stackoverflow post gives a pretty detailed explanation on how to do this: https://stackoverflow.com/a/39912794/8021406
✅ This post has been marked as answered!