Width and Height properties in conditions for text objects are missing
Would be useful to directly access width and height of text objects (vector fonts, bbtext, bitmap text), instead of using variables for this.
Can you please assign this to me? @LousyMolars
Can you please assign this to me? @LousyMolars
Sorry, I'm just a reporter, don't know how to proceed to next steps with code contribution. Looks like these issues are not assigned usually? Maybe core developers in discord chat can help.
Text Object does not have width and height this is replaced with the equivalent Wrapping width and height which does the same thing. You should probably close this issue
Text object has width and height as other objects. The problem is that sprite for example has direct access to width and height in condition, but text width/height needs a buffer variable to be used as condition. Issue is still relevant.
Wrapping width is used for multi-line text, that's why there is no wrapping height there.