ctrlSetFontHeight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 22: Line 22:
'''Description:'''
'''Description:'''


Sets the main font size of given control.
Sets the main font size of given '''control'''.
 


'''Example''':
'''Example''':
      
      
_control '''ctrlSetFontHeight''' 0.05
_control '''ctrlSetFontHeight''' 0.05

Revision as of 13:43, 6 July 2006


control ctrlSetFontHeight height


Operand types:

control': Control

height: Number

Type of returned value:

Nothing

Compatibility:

Version 2.50 required.

Description:

Sets the main font size of given control.


Example:

_control ctrlSetFontHeight 0.05