ctrlSetFontSecondary: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "|=GROUP1" to "|GROUP1=")
Line 6: Line 6:
|eff=  |Multiplayer Effects=
|eff=  |Multiplayer Effects=


|gr1= GUI Control |=GROUP1
|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 16:08, 24 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