orangy
Text
it has some space below the number. The text rectangle is centered, but not the text itself. How do I fix it?orangy
g
, but the question is how to measure actual text size so I can properly center it.Javier
02/21/2021, 7:07 PMAli Albaali
02/21/2021, 7:12 PMorangy
Ali Albaali
02/21/2021, 7:15 PMletterSpacing
property in TextStyle
orangy
orangy
orangy
Javier
02/21/2021, 7:43 PMorangy
Kai Zhu
02/22/2021, 1:19 AMSiyamed
02/22/2021, 4:47 PMSiyamed
02/22/2021, 4:48 PMorangy
Paragraph
is a nice idea, thanks. It gives bounds for the font size, not actual letter size. But it has baseline location, so I can subtract and compensate for the descent, it should work for my case. Let me try…orangy
orangy
Siyamed
02/23/2021, 12:18 AMincludeFontPadding
attribute on Android which we do not expose right now.Siyamed
02/23/2021, 12:19 AMSiyamed
02/23/2021, 12:20 AMSiyamed
02/23/2021, 12:21 AMlouiscad
02/23/2021, 9:14 AMorangy