ctrlSetFont: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (merged all the SetFontXXX commands)
m (Text replacement - "\|x([0-9])= <sqf>([^\/: ]+)([^;])<\/sqf>" to "|x$1= <sqf>$2$3;</sqf>")
 
(43 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 the font of given control.
|game3= arma2oa
*ctrlSetFont sets the main font.
|version3= 1.50
*ctrlSetFontH1 sets the H1 font of given HTML control
*ctrlSetFontH1B sets the H1 font of given HTML control
* and so on


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


|
|game5= arma3
[[Control]]''' ctrlSetFont''' "FontName"
|version5= 0.50


[[Control]]''' ctrlSetFontH1''' "FontName"
|gr1= GUI Control


[[Control]]''' ctrlSetFontH2''' "FontName"
|descr= Sets the font for given control (see [[Fonts#Available_Fonts|available fonts]])


[[Control]]''' ctrlSetFontH3''' "FontName"
|s1= control [[ctrlSetFont]] fontName


[[Control]]''' ctrlSetFontH4''' "FontName"
|p1= control: [[Control]]


[[Control]]''' ctrlSetFontH5''' "FontName"
|p2= fontName: [[String]] - one of the fonts defined in CfgFontFamilies


[[Control]]''' ctrlSetFontH6''' "FontName"
|r1= [[Nothing]]


[[Control]]''' ctrlSetFontH1B''' "FontName"
|x1= <sqf>_control ctrlSetFont "TahomaB";</sqf>
 
[[Control]]''' ctrlSetFontH2B''' "FontName"
 
[[Control]]''' ctrlSetFontH3B''' "FontName"
 
[[Control]]''' ctrlSetFontH4B''' "FontName"
 
[[Control]]''' ctrlSetFontH5B''' "FontName"
 
[[Control]]''' ctrlSetFontH6B''' "FontName"
 
 
|p1=  [[Control]] |= Parameter 1
 
|p2= FontName: [[String]] |= Parameter 2
 
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>_control ctrlSetFont "TahomaB"</pre> |= Example 1
____________________________________________________________________________________________
 
|  |= See also


|seealso= [[Fonts#Available_Fonts|Fonts]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|CTRLSETFONT]]
[[Category:Scripting Commands ArmA|CTRLSETFONT]]
[[Category:Command_Group:_GUI_Control|{{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