-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Labels
Milestone
Description
Hi,
Wanted to thank you guys for the possibility of using ImGui awesomeness from python.. talk about RAD! x)
I'm currently looking for a way to right align some text (numeric quantities) to make it more readable. I believe the usual approach in the original api is to just find out the size of the text to print and manually move the cursor to the right of the window minus the text width.
However I cannot find a way to do this currently in python since the useful CalcTextSize() function is not mapped.
Any chance of getting this soon?
Thanks!