ctrlFontHeight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{uc:{{PAGENAME}}}}" to "")
m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] ([a-zA-Z0-9_]+);?<\/code>" to "<sqf>$1 $2;</sqf>")
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


|game1= arma3dev |Game name=
|game1= arma3
|version1= 2.02


|version= 2.01 |Game version=
|gr1= GUI Control


|gr1= GUI Control |GROUP1=
|descr= Returns control's font size, usually {{hl|sizeEx}} value (see [[ctrlSetFontHeight]]).
____________________________________________________________________________________________


|descr= Returns control's font size, usually <tt>sizeEx</tt> value (see [[ctrlSetFontHeight]]). |Description=
|s1= [[ctrlFontHeight]] control
 
|mp= |Multiplayer Behaviour=
 
|pr= |Problems=
____________________________________________________________________________________________
 
|s1= [[ctrlFontHeight]] control|Syntax=


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


|r1= [[Number]] |Return Value=
|r1= [[Number]]
____________________________________________________________________________________________


|x1= <code>[[ctrlFontHeight]] _control</code> |Example 1=
|x1= <sqf>ctrlFontHeight _control;</sqf>
____________________________________________________________________________________________


|seealso= [[ctrlTextHeight]] [[ctrlTextWidth]] [[ctrlSetFontHeight]]|See Also=
|seealso= [[ctrlTextHeight]] [[ctrlTextWidth]] [[ctrlSetFontHeight]]
}}
}}
<dl class="command_description">
<!-- BEGIN Note Section -->
<!-- END Note Section -->
</dl>
<h3 style="display:none">Bottom Section</h3>

Latest revision as of 14:16, 5 May 2022

Hover & click on the images for description

Description

Description:
Returns control's font size, usually sizeEx value (see ctrlSetFontHeight).
Groups:
GUI Control

Syntax

Syntax:
ctrlFontHeight control
Parameters:
control: Control
Return Value:
Number

Examples

Example 1:
ctrlFontHeight _control;

Additional Information

See also:
ctrlTextHeight ctrlTextWidth ctrlSetFontHeight

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