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
Do you mean as in drawing a colored rectangle behind the text? If so, then the library itself does not support that (yet?).
Instead you'd have to "manually", issue the needed draw calls to draw a rectangle behind the text beforehand. You can use the functions gltGetTextWidth and gltGetTextHeight to query the bounds of the text, for the rectangle.
No description provided.
The text was updated successfully, but these errors were encountered: