ctrlSetFontHeightH2: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 23: Line 23:


Sets H2 font size of given HTML control.
Sets H2 font size of given HTML control.


'''Example''':
'''Example''':
      
      
_control '''ctrlSetFontHeightH2''' 0.05
_control '''ctrlSetFontHeightH2''' 0.05

Revision as of 13:45, 6 July 2006


control ctrlSetFontHeightH2 height


Operand types:

control': Control

height: Number

Type of returned value:

Nothing

Compatibility:

Version 2.50 required.

Description:

Sets H2 font size of given HTML control.


Example:

_control ctrlSetFontHeightH2 0.05