ctrlSetFontSecondary: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " |p3= |PARAMETER3= |p3= |PARAMETER4= |p3= |PARAMETER5= |p3= |PARAMETER6=" to "")
mNo edit summary
Line 5: Line 5:
|arg=  |Multiplayer Arguments=
|arg=  |Multiplayer Arguments=
|eff=  |Multiplayer Effects=
|eff=  |Multiplayer Effects=
|gr1= GUI Control |=GROUP1
____________________________________________________________________________________________
____________________________________________________________________________________________
| Sets the font size of the secondary text of given control. |DESCRIPTION=
| Sets the font size of the secondary text of given control. |DESCRIPTION=

Revision as of 10:58, 16 September 2020

Hover & click on the images for description

Description

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

Syntax

Syntax:
ctrl ctrlSetFontSecondary fontClass
Parameters:
ctrl: Control
fontClass: String - Font class
Return Value:
Nothing

Examples

Example 1:
_control ctrlSetFontSecondary "TahomaB";

Additional Information

See also:
ctrlSetFontP ctrlSetFontHeightSecondary

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