When texts are drawn to the window using FloatingText::write, the z-value and the fit strategy are ignored.
Example for Descend text which should be centered in both axis but isn't:
Implementation
Since the texts are styled with CSS, the solution for this issue is likely to be a combination of CSS and suitable extensions to the TextPool object defined in paddlers-frontend/src/view/text_pool.rs.
Description
When texts are drawn to the window using
FloatingText::write
, the z-value and the fit strategy are ignored.Example for Descend text which should be centered in both axis but isn't:
Implementation
Since the texts are styled with CSS, the solution for this issue is likely to be a combination of CSS and suitable extensions to the
TextPool
object defined in paddlers-frontend/src/view/text_pool.rs.