ctrlSetFont: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|x([0-9])= <sqf>([^\/: ]+)([^;])<\/sqf>" to "|x$1= <sqf>$2$3;</sqf>")
 
(37 intermediate revisions by 5 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 the font of given control.  
|game3= arma2oa
|version3= 1.50


|= Description
|game4= tkoh
____________________________________________________________________________________________
|version4= 1.00


| controlName '''ctrlSetFont''' fontName
|game5= arma3
|version5= 0.50


|gr1= GUI Control


|p1= controlName: [[Control]] |= Parameter 1
|descr= Sets the font for given control (see [[Fonts#Available_Fonts|available fonts]])


|p2= fontName: [[String]] |= Parameter 2
|s1= control [[ctrlSetFont]] fontName


| [[Nothing]] |= Return value
|p1= control: [[Control]]
____________________________________________________________________________________________
 
|x1= <pre>_control ctrlSetFont "TahomaB"</pre> |= Example 1
____________________________________________________________________________________________


| |= See also
|p2= fontName: [[String]] - one of the fonts defined in CfgFontFamilies


}}
|r1= [[Nothing]]


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


<!-- Note Section END -->
|seealso= [[Fonts#Available_Fonts|Fonts]]
</dl>
}}
 
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|CTRLSETFONT]]
[[Category:Scripting Commands ArmA|CTRLSETFONT]]
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 23:43, 28 June 2022

Hover & click on the images for description

Description

Description:
Sets the font for given control (see available fonts)
Groups:
GUI Control

Syntax

Syntax:
control ctrlSetFont fontName
Parameters:
control: Control
fontName: String - one of the fonts defined in CfgFontFamilies
Return Value:
Nothing

Examples

Example 1:
_control ctrlSetFont "TahomaB";

Additional Information

See also:
Fonts

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