You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
Hello,
I am using walkabout version.
I would like to display some text of undefined length, then display on its right an image.
The only way I can see as of now is to:
estimate the text screen size based on font selected and text length
declare a flow of this width
add another flow behind with the image
Is there a better way to do avoiding the painful step 1 please?
Thx!
The text was updated successfully, but these errors were encountered:
Better to move this question to Shoes 3. Might still be an open issue there? Short answer is we tried calculating the rect size of a text string using pango and it was not sufficiently better than (str.length*font_width_guess)+some_padding.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I am using walkabout version.
I would like to display some text of undefined length, then display on its right an image.
The only way I can see as of now is to:
Is there a better way to do avoiding the painful step 1 please?
Thx!
The text was updated successfully, but these errors were encountered: