ctrlSetFontHeightH2: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Reset version to 1.00)
m (Text replacement - "\|x([0-9])= <sqf>([^\/: ]+)([^;])<\/sqf>" to "|x$1= <sqf>$2$3;</sqf>")
 
(40 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


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


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


| Sets H2 font size of given HTML control. |= Description
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| control '''ctrlSetFontHeightH2''' height |= Syntax
|game4= tkoh
|version4= 1.00


|p1= control: [[Control]] |= Parameter 1
|game5= arma3
|version5= 0.50
|gr1= GUI Control - HTML


|p2= height: [[Number]] |= Parameter 2
|descr= Sets H2 font size of given HTML control.


| [[Nothing]] |= Return value
|s1= controlName [[ctrlSetFontHeightH2]] height
____________________________________________________________________________________________
 
|x1= <pre>_control ctrlSetFontHeightH2 0.05</pre> |= Example 1
____________________________________________________________________________________________


| |= See also
|p1= controlName: [[Control]]


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


<h3 style="display:none">Notes</h3>
|r1= [[Nothing]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>_control ctrlSetFontHeightH2 0.05;</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[ctrlSetFontH2]]
 
}}
[[Category:Scripting Commands|CTRLSETFONTHEIGHTH2]]
[[Category:Scripting Commands ArmA|CTRLSETFONTHEIGHTH2]]

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