ctrlSetFontHeightH2: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}")
m (Text replacement - "\|x([0-9])= <sqf>([^\/: ]+)([^;])<\/sqf>" to "|x$1= <sqf>$2$3;</sqf>")
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma1 |Game name=
|game1= arma1
|version1= 1.00


|1.00|Game version=
|game2= arma2
|version2= 1.00


|gr1= GUI Control - HTML |GROUP1=
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| Sets H2 font size of given HTML control. |DESCRIPTION=
|game4= tkoh
____________________________________________________________________________________________
|version4= 1.00


| controlName '''ctrlSetFontHeightH2''' height |SYNTAX=
|game5= arma3
|version5= 0.50
|gr1= GUI Control - HTML


|p1=  controlName: [[Control]] |PARAMETER1=
|descr= Sets H2 font size of given HTML control.


|p2= height: [[Number]] |PARAMETER2=
|s1= controlName [[ctrlSetFontHeightH2]] height


| [[Nothing]] |RETURNVALUE=
|p1= controlName: [[Control]]
____________________________________________________________________________________________
 
|x1= <pre>_control ctrlSetFontHeightH2 0.05</pre> |EXAMPLE1=
____________________________________________________________________________________________


| |SEEALSO=
|p2= height: [[Number]]


}}
|r1= [[Nothing]]


<h3 style="display:none">Notes</h3>
|x1= <sqf>_control ctrlSetFontHeightH2 0.05;</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|seealso= [[ctrlSetFontH2]]
</dl>
}}
 
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|CTRLSETFONTHEIGHTH2]]
{{GameCategory|arma1|Scripting Commands}}
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 23:42, 28 June 2022

Hover & click on the images for description

Description

Description:
Sets H2 font size of given HTML control.
Groups:
GUI Control - HTML

Syntax

Syntax:
controlName ctrlSetFontHeightH2 height
Parameters:
controlName: Control
height: Number
Return Value:
Nothing

Examples

Example 1:
_control ctrlSetFontHeightH2 0.05;

Additional Information

See also:
ctrlSetFontH2

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