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

GTextOverflowModeWordWrap doesn't seem to work as intended #59

Open
gameblabla opened this issue May 3, 2018 · 1 comment
Open

GTextOverflowModeWordWrap doesn't seem to work as intended #59

gameblabla opened this issue May 3, 2018 · 1 comment
Assignees

Comments

@gameblabla
Copy link

Again, in my game Western Ideals, i've noticed that some of the text is not rendered.

differance_txt2
See this line of code for reference.
https://github.com/gameblabla/western_ideals/blob/master/src/c/test.c#L764

I made a smaller test and i could confirm the issue.

text_diff
If you look closer at the string in the RebbleOS pict (see above),
it does not display any text that could wrap over.

Rather than put the text at the next line (like the official Pebble firmware does), instead it abruptly ends.

See test program here : https://github.com/gameblabla/testapp_pebble/tree/master/test_text

@jwise
Copy link
Contributor

jwise commented May 23, 2020

I'm tackling some of the GText issues now. Lots of things about overflow behavior in GText are not great. I'll hope to have some progress on this this weekend.

@jwise jwise self-assigned this May 23, 2020
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