-
Notifications
You must be signed in to change notification settings - Fork 38
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
Tabs are ignored in label
and bitmap_label
#118
Comments
That could be a challenge to define what a tab is. Do you define it as a fixed number of pixels, eg 25px, or do you define it based on the width of a character, eg 8 spaces. As a programmer, I would go with 4 spaces. Also, how would it behave if the text is not left anchored? |
Agree with lesamouraipourpre, at the end of the day the 4 spaces will get translated to pixels in the library according to the Font used |
@jposada202020 I'd say go for it. Thank you! I'm going to test out the bitmap_label alignment PR next when I get back to it. This was a bit lower down the list for me, so am happy to have you take it on if you are willing to. |
resolved by #132 |
Currently, all tabs
'\n'
are ignored in both label and bitmap_label.The text was updated successfully, but these errors were encountered: