-
Notifications
You must be signed in to change notification settings - Fork 313
Add the missing "Select fonts" functionality in "ExportAllFonts.csx" script. #2176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
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.