ctrlSetFontH2B: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|CTRLSETFONTH2B]]
[[Category:Scripting Commands ArmA|CTRLSETFONTH2]]
{{ArmA-disclaimer}}
{{ArmA-disclaimer}}
{{Command|= Comments
____________________________________________________________________________________________


<h2 style="color:#000066">'''''control'' ctrlSetFontH2B ''name'''''</h2>
| arma |= Game name


|2.5|= Game version
____________________________________________________________________________________________


'''Operand types:'''
| Sets H2 bold font of given HTML control. |= Description
____________________________________________________________________________________________


'''control'''': [[Control]]
| control '''ctrlSetFontH2B''' name |= Syntax


'''name''': [[String]]
|p1= control' [[Control]] |= Parameter 1


'''Type of returned value:'''
|p2= name [[String]] |= Parameter 2


[[Nothing]]
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>_control ctrlSetFontH2B "TahomaB"</pre> |= Example 1
____________________________________________________________________________________________


'''Compatibility:'''
|  |= See also


Version 2.50 required.
}}


'''Description:'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


Sets H2 bold font of given HTML control.
<!-- Note Section END -->
</dl>


<h3 style="display:none">Bottom Section</h3>


'''Example''':
[[Category:Scripting Commands|CTRLSETFONTH2B]]
 
[[Category:Scripting Commands ArmA|CTRLSETFONTH2]]
_control '''ctrlSetFontH2B''' "TahomaB"

Revision as of 00:19, 2 August 2006

Template:ArmA-disclaimer

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

Description

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

Syntax

Syntax:
control ctrlSetFontH2B name
Parameters:
control' Control
name String
Return Value:
Nothing

Examples

Example 1:
_control ctrlSetFontH2B "TahomaB"

Additional Information

See also:
See also needed

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