ctrlSetFontHeightH4: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (fixed command name.)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| control '''ctrlSetFontHeightH3''' height |= Syntax
| control '''ctrlSetFontHeightH4''' height |= Syntax


|p1= control' [[Control]] |= Parameter 1
|p1= control' [[Control]] |= Parameter 1
Line 19: Line 19:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>_control ctrlSetFontHeightH3 0.05</pre> |= Example 1
|x1= <pre>_control ctrlSetFontHeightH4 0.05</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 17:29, 7 August 2006

-wrong parameter ("Arma") defined!-2.5
Hover & click on the images for description

Description

Description:
Sets H3 font size of given HTML control.
Groups:
Uncategorised

Syntax

Syntax:
control ctrlSetFontHeightH4 height
Parameters:
control' Control
height Number
Return Value:
Nothing

Examples

Example 1:
_control ctrlSetFontHeightH4 0.05

Additional Information

See also:
See also needed

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

Notes

Bottom Section