ctrlSetFontHeight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "|size=0.8" to "|size= 0.75")
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma1 |Game name=
|game1= arma1
|version1= 1.00


|1.00|Game version=
|game2= arma2
|version2= 1.00


|gr1= GUI Control - HTML |GROUP1=
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| Sets the <tt>sizeEx</tt> property for most controls as follows:
|game4= tkoh
* <tt>CT_MAP</tt> - "sizeExNames"
|version4= 1.00
* <tt>CT_STRUCTURED_TEXT</tt> - "size" (since Arma 3 v2.01)
* <tt>CT_HTML</tt> - "P" >> "sizeEx"
* Other - "sizeEx"
For getter command see [[ctrlFontHeight]]|DESCRIPTION=
____________________________________________________________________________________________


| control '''ctrlSetFontHeight''' size
|game5= arma3
|version5= 0.50


|p1= control: [[Control]] |PARAMETER1=
|gr1= GUI Control - HTML


|p2= size: [[Number]] |PARAMETER2=
|descr= Sets the {{hl|sizeEx}} property for most controls as follows:  
 
* {{hl|CT_MAP}} - "sizeExNames"
| [[Nothing]] |RETURNVALUE=
* {{hl|CT_HTML}} - "P" >> "sizeEx"
____________________________________________________________________________________________
* Other - "sizeEx"
 
* {{GVI|arma3|2.02|size= 0.75}} {{hl|CT_STRUCTURED_TEXT}} - "size"
|x1= <code>_control [[ctrlSetFontHeight]] 0.05;</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[Arma: GUI Configuration]] |SEEALSO=
|s1= control [[ctrlSetFontHeight]] size


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


<h3 style="display:none">Notes</h3>
|p2= size: [[Number]]
<dl class="command_description">
|r1= [[Nothing]]
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>_control ctrlSetFontHeight 0.05;</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[ctrlFontHeight]] [[Arma: GUI Configuration]]
 
}}
[[Category:Scripting Commands|CTRLSETFONTHEIGHT]]
{{GameCategory|arma1|Scripting Commands}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

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