ctrlSetFontHeight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (formatting)
m (Text replacement - "|size=0.8" to "|size= 0.75")
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:


|game1= arma1
|game1= arma1
|version1= 1.00
|version1= 1.00


|game2= arma2
|game2= arma2
|version2= 1.00
|version2= 1.00


|game3= arma2oa
|game3= arma2oa
 
|version3= 1.50
|version3= 1.51


|game4= tkoh
|game4= tkoh
|version4= 1.00
|version4= 1.00


|game5= arma3
|game5= arma3
|version5= 0.50
|version5= 0.50


|gr1= GUI Control - HTML
|gr1= GUI Control - HTML


|descr= Sets the <tt>sizeEx</tt> property for most controls as follows:  
|descr= Sets the {{hl|sizeEx}} property for most controls as follows:  
* <tt>CT_MAP</tt> - "sizeExNames"
* {{hl|CT_MAP}} - "sizeExNames"
* <tt>CT_HTML</tt> - "P" >> "sizeEx"
* {{hl|CT_HTML}} - "P" >> "sizeEx"
* Other - "sizeEx"
* Other - "sizeEx"
* <tt>CT_STRUCTURED_TEXT</tt> - "size" {{Since|arma3|2.02|y}}
* {{GVI|arma3|2.02|size= 0.75}} {{hl|CT_STRUCTURED_TEXT}} - "size"


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


|p1= control: [[Control]]
|p1= control: [[Control]]
Line 35: Line 30:
|p2= size: [[Number]]
|p2= size: [[Number]]
|r1= [[Nothing]]
|r1= [[Nothing]]
 
 
|x1= <code>_control [[ctrlSetFontHeight]] 0.05;</code>
|x1= <sqf>_control ctrlSetFontHeight 0.05;</sqf>


|seealso= [[ctrlFontHeight]] [[Arma: GUI Configuration]]
|seealso= [[ctrlFontHeight]] [[Arma: GUI Configuration]]
}}
}}

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