Skip to content
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

Special characters missing in default font #480

Closed
slntopp opened this issue Oct 8, 2019 · 5 comments
Closed

Special characters missing in default font #480

slntopp opened this issue Oct 8, 2019 · 5 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@slntopp
Copy link

slntopp commented Oct 8, 2019

Hi, I'm trying to add some hints for users with special characters such as ⌘(cmd), ⌥(opt) and
⎇(alt), but Fyne cannot find them and renders it so:
Снимок экрана 2019-10-08 в 18 12 07
Printing to console works fine of course.
How could this be solved?
Thanks for your help

@andydotxyz
Copy link
Member

Can you please share the code snippet so it can be replicated?

@andydotxyz
Copy link
Member

P.S. Are you certain that Option and Alt keys are different? In my experience they are the same and bear the ⌥ symbol.

@slntopp
Copy link
Author

slntopp commented Oct 8, 2019

Yes, sorry, alt and opt are one button.
I've added it as Labels before and as Entry now:

label := widget.NewEntry()
label.SetText("⌥+Shift+K")
label.SetReadOnly(true)

@andydotxyz
Copy link
Member

Confirmed, I guess our builtin font is missing these symbols, hopefully we can resolve this by combining many font files.

@andydotxyz andydotxyz added the bug Something isn't working label Oct 8, 2019
@andydotxyz andydotxyz modified the milestone: 1.2 - Mobile support Oct 8, 2019
@andydotxyz andydotxyz changed the title Special characters in macOS app Special characters missing in default font Nov 17, 2020
@andydotxyz
Copy link
Member

Closing as part of wider issue #598

@andydotxyz andydotxyz added the duplicate This issue or pull request already exists label Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants