-
Notifications
You must be signed in to change notification settings - Fork 129
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
testapp: allow to render text with SDL_TextEngine (key 'x') #394
Conversation
3140d35
to
d074a55
Compare
d074a55
to
3c306b4
Compare
This seems fine, but can you give me a standalone repro for the num_ops assertion? |
@slouken just do ./testapp and press x x and it asserts. |
I'm not reproducing this with the current head. Has it been fixed? |
@slouken after, Render_Line_TextEngine num_ops is still 0 Render_Line_TextEngine: ( the string is of course wrong because testapp is meant to break rendering with corner case.
|
I'm not seeing this here at all. Maybe my version of the font is different? Can you create an issue and provide a modification to showfont and attach a link to the font you're using so I can repro in a debugger? |
|
then font I have FletcherGothicFLF.ttf.txt |
@slouken here it is |
@slouken
this allow to use testapp with textengine and compare none/surface/renderer
allow, it seems "TE renderer" asserts with:
while "TE surface" doesn't assert