ctrlSetFontH2: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "Category:Scripting Commands ArmA2" to "Category:Scripting Commands Arma 2")
m (format)
Line 19: Line 19:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>_control [[ctrlSetFontH2]] "TahomaB"</pre> |EXAMPLE1=
|x1= <code>_control [[ctrlSetFontH2]] "TahomaB"</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 14:25, 27 March 2020

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Sets H2 font of given HTML control
Groups:
Uncategorised

Syntax

Syntax:
controlName ctrlSetFontH2 fontName
Parameters:
controlName: Control
fontName: String
Return Value:
Nothing

Examples

Example 1:
_control ctrlSetFontH2 "TahomaB"

Additional Information

See also:
ctrlSetFontH1BctrlSetFontH2BctrlSetFontH3ctrlSetFontH3BctrlSetFontH4ctrlSetFontH4BctrlSetFontH5ctrlSetFontH5BctrlSetFontH6ctrlSetFontH6B

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

Notes

Bottom Section