ctrlSetFontHeightSecondary: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
m (see also)
Line 17: Line 17:
| [[Nothing]] |= Return Value
| [[Nothing]] |= Return Value
|x1= _control [[ctrlSetFontHeightSecondary]] 0.05; |= Example 1
|x1= _control [[ctrlSetFontHeightSecondary]] 0.05; |= Example 1
| [[ctrlSetFontP]] |= See Also
| [[ctrlSetFontP]], [[ctrlSetFontSecondary]] |= See Also
}}
}}



Revision as of 05:17, 20 September 2016

Hover & click on the images for description

Description

Description:
Sets the font size of the secondary text of given control.
Groups:
Uncategorised

Syntax

Syntax:
ctrl ctrlSetFontHeightSecondary value
Parameters:
ctrl: Control
value: Number
Return Value:
Nothing

Examples

Example 1:
_control ctrlSetFontHeightSecondary 0.05;

Additional Information

See also:
ctrlSetFontPctrlSetFontSecondary

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Bottom Section