I have some code that paints a set of controls laid on top of a TImage. I then grab the TImage\'s MakeScreenshot to save out the file. This now works perfectly. What I am no
In firemonkey TLabel properties Font.Family and Font.Size are styled. If you want change font size or family in the code, you need to disable styling on this properties. To change this, set properly property StyledSettings.
example:
Label1.StyledSettings:=Label1.StyledSettings -[TStyledSetting.ssFamily,TStyledSetting.ssSize]