edition: I meant Button or Edit (not Labels)
additionally for Labels, is there a way to keep them same size in different monitors because with dpi method our background RectangleLabel (dashboard) remain same size.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi developers
If I set a button/label height and width according to screen DPI like below
then how can I find appropriate font size for that button/label (font size that fits the object)?
And when I switch from a 96-dpi monitor to a 200dpi monitor then the font become smaller while the object remains the same size, so I need a new font size again to look the same 96-dpi monitor. How should I handle font size?