ctrlSetFontHeight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
m (Text replacement - "|size=0.8" to "|size= 0.75")
 
(53 intermediate revisions by 11 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|CTRLSETFONTHEIGHT]]
{{RV|type=command
[[Category:Scripting Commands ArmA|CTRLSETFONTHEIGHT]]


|game1= arma1
|version1= 1.00


<h2 style="color:#000066">'''''control'' ctrlSetFontHeight ''height'''''</h2>
|game2= arma2
|version2= 1.00


|game3= arma2oa
|version3= 1.50


'''Operand types:'''
|game4= tkoh
|version4= 1.00


'''control'''': [[Control]]
|game5= arma3
|version5= 0.50


'''height''': [[Number]]
|gr1= GUI Control - HTML


'''Type of returned value:'''
|descr= Sets the {{hl|sizeEx}} property for most controls as follows:  
* {{hl|CT_MAP}} - "sizeExNames"
* {{hl|CT_HTML}} - "P" >> "sizeEx"
* Other - "sizeEx"
* {{GVI|arma3|2.02|size= 0.75}} {{hl|CT_STRUCTURED_TEXT}} - "size"


[[Nothing]]
|s1= control [[ctrlSetFontHeight]] size


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


Version 2.50 required.
|p2= size: [[Number]]
|r1= [[Nothing]]


'''Description:'''
|x1= <sqf>_control ctrlSetFontHeight 0.05;</sqf>


Sets the main font size of given control.
|seealso= [[ctrlFontHeight]] [[Arma: GUI Configuration]]
 
}}
'''Example''':
   
_control '''ctrlSetFontHeight''' 0.05

Latest revision as of 13:10, 21 December 2022

Hover & click on the images for description

Description

Description:
Sets the sizeEx property for most controls as follows:
  • CT_MAP - "sizeExNames"
  • CT_HTML - "P" >> "sizeEx"
  • Other - "sizeEx"
  • Arma 3 logo black.png2.02 CT_STRUCTURED_TEXT - "size"
Groups:
GUI Control - HTML

Syntax

Syntax:
control ctrlSetFontHeight size
Parameters:
control: Control
size: Number
Return Value:
Nothing

Examples

Example 1:
_control ctrlSetFontHeight 0.05;

Additional Information

See also:
ctrlFontHeight Arma: GUI Configuration

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