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

NumberInput does not play nice with custom icon fonts #293

Open
rscarson opened this issue Oct 2, 2024 · 2 comments
Open

NumberInput does not play nice with custom icon fonts #293

rscarson opened this issue Oct 2, 2024 · 2 comments

Comments

@rscarson
Copy link

rscarson commented Oct 2, 2024

A way to set which icon codepoint to use for the chevrons would be needed to fix

@genusistimelord
Copy link
Collaborator

number input is not meant to be used with any other font for its buttons other than iced_fonts::REQUIRED_FONT_BYTES
as this is statically set to use this. I wont be changing this to accept custom icons. if you want this you will need to make the change.

@rscarson
Copy link
Author

rscarson commented Oct 2, 2024

number input is not meant to be used with any other font for its buttons other than iced_fonts::REQUIRED_FONT_BYTES
as this is statically set to use this. I wont be changing this to accept custom icons. if you want this you will need to make the change.

Which is fine except that there doesn't seem to be a way to specify the icon font if the default is changed in an app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants