This is a label in FireMonkey in 10.0 Seattle
[Delphi]
object Label1: TLabel
Align = Center
AutoSize = True
StyledSettings = [Family]
Size.Width = 79.000000000000000000
Size.Height = 24.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
TextSettings.Font.Style = [fsBold]
TextSettings.FontColor = claGold
TextSettings.WordWrap = False
Text = ‚Test App‘
end
[/Delphi]
and this in 10.1. Berlin
[Delphi]
object Label1: TLabel
Align = Center
AutoSize = True
StyledSettings = [Family]
Size.Width = 74.000000000000000000
Size.Height = 24.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 18.000000000000000000
TextSettings.Font.StyleExt = {00070000000000000004000000}
TextSettings.FontColor = claGold
TextSettings.WordWrap = False
Text = ‚Test App‘
end
[/Delphi]