-
Notifications
You must be signed in to change notification settings - Fork 382
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
Show what custom font is used #4024
base: main
Are you sure you want to change the base?
Conversation
Huge if it works! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is your own font here...?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where else should it be
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nowhere? i dont think custom fonts should be bundled with bloxstrap
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
your question is still unclear to me as the fonts are never bundled with bloxstrap itself; custom fonts are stored within appdata created AFTER bloxstrap installation, which is how i grab it and use within ui.
There might be issues, since I'm really new to .NET
THIS is the reason i've stated that there might be issues, as i struggled to find a clear way to process a font file into wpf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wait, i just noticed what file did you actually comment on, my bad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like the file remained after editing
just incase & if you want, you can add it to the .gitignore file |
yea, sounds good |
Sure, show the font, but what about showing the font used by name? |
Should be able to close #1345
I tried to just change the label's font family depending on selected font file. However, it could also be possible to change the entire label to the name of font (which would then likely lead to removal of translations for that button)
There might be issues, since I'm really new to .NET