User283764 postedHello i tried multiple thing to change the font size of a label but i just dont work i mean i cant do it by editor i dont see where and this method dont work
public override void ViewDidLoad()
{
base.ViewDidLoad();
ReadTermLoginPageLabel.MinimumFontSize = 1f;
ReadTermLoginPageLabel.MinimumScaleFactor = 1f;
ReadTermLoginPageLabel.Font.WithSize(1f);
}