Add the missing "Select fonts" functionality in "ExportAllFonts.csx" script.#2176
Add the missing "Select fonts" functionality in "ExportAllFonts.csx" script.#2176VladiStep wants to merge 5 commits into
Conversation
|
Download the artifacts for this pull request here: GUI:
CLI: |
|
wouldn't this make the script not cross-platform again? (which is the whole reason that functionality was removed from it) |
|
Oh, hm, fair point. |
|
Also, WPF can be ported to Avalonia much easier than WinForms? |
what about the CLI? (i think one way here would be to make this a separate GUI-only script, maybe like |
|
Yeah, I'm not sure I like the idea of having GUI-specific scripts like this anymore, unless the GUI part of it is part of the scripting interface. |
Description
When there was the "ExportFontData.csx" script, there was a window that allowed you to select only few fonts for exporting.

This PR reimplements the selection window, but it's WPF instead of WinForms.
Notes
@C-arth asked me to make this, so thanks to him.