ctrlSetFontP name: 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|CTRLSETFONTPNAME]]
{{Command|= Comments
[[Category:Scripting Commands ArmA|CTRLSETFONTPNAME]]
____________________________________________________________________________________________


| ofp |= Game name


<h2 style="color:#000066">'''''control'' ctrlSetFontP ''name'''''</h2>
|1.00|= Game version
____________________________________________________________________________________________


| Sets P font of given HTML control. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| control '''ctrlSetFontP''' name |= Syntax


'''control'''': [[Control]]
|p1= control: [[Control]] |=


'''name''': [[String]]
|p2= name: [[String]] |=


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________


[[Nothing]]
|x1= <pre>_control ctrlSetFontP "TahomaB"</pre> |=


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


Version 2.50 required.
}}


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


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


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


'''Example''':
[[Category:Scripting Commands|CTRLSETFONTPNAME]]
 
[[Category:Scripting Commands ArmA|CTRLSETFONTPNAME]]
_control '''ctrlSetFontP''' "TahomaB"

Revision as of 00:29, 2 August 2006

Hover & click on the images for description

Description

Description:
Sets P font of given HTML control.
Groups:
Uncategorised

Syntax

Syntax:
control ctrlSetFontP name
Parameters:
control: Control
name: String
Return Value:
Nothing

Examples

Example 1:
_control ctrlSetFontP "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