M mw71 Active Member Licensed User Longtime User Sep 7, 2018 #1 Hi, how can i change all Items (Button, Label, Spinner.......) Text Size in all Panels by Factor? (what is the best way) e.g.: TextScaleFactor = GetDeviceLayoutValues.ApproximateScreenSize / 7 (Code from Klaus) and then for all Items: Item.NewTextSize = Item.OrgTextSize * TextScaleFactor Thanks
Hi, how can i change all Items (Button, Label, Spinner.......) Text Size in all Panels by Factor? (what is the best way) e.g.: TextScaleFactor = GetDeviceLayoutValues.ApproximateScreenSize / 7 (Code from Klaus) and then for all Items: Item.NewTextSize = Item.OrgTextSize * TextScaleFactor Thanks
Erel B4X founder Staff member Licensed User Longtime User Sep 9, 2018 #2 https://www.b4x.com/android/forum/threads/get-size-of-system-font-in-use.28065/#post-181853 Upvote 0