Garret Yoder
02/12/2024, 8:53 PMText
? I did a manual height and .wrapContentHeight and it's still offset down. Does it just not work on desktop?Sean Proctor
02/12/2024, 9:09 PMText
vertically aligned in its container? If the Text
is in a Row
, you probably want to set verticalAlignment
of the Row
.Ivan Matkov
02/12/2024, 9:29 PMwrapContentHeight
should work, however the exact glyph position is highly depends on font data.
Default fonts are different on different platforms, so if you want to have the same look you need to load a font
from your resourcesIvan Matkov
02/12/2024, 9:30 PMIvan Matkov
02/12/2024, 9:31 PMGarret Yoder
02/12/2024, 9:40 PMSean Proctor
02/12/2024, 10:13 PMGarret Yoder
02/13/2024, 2:43 AM