ctrlSetFontH2B: 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 H2 font of given HTML control.
Sets H2 bold font of given HTML control.


'''Example''':
'''Example''':


_control '''ctrlSetFontH2B''' "TahomaB"
_control '''ctrlSetFontH2B''' "TahomaB"

Revision as of 13:38, 6 July 2006


control ctrlSetFontH2B name


Operand types:

control': Control

name: String

Type of returned value:

Nothing

Compatibility:

Version 2.50 required.

Description:

Sets H2 bold font of given HTML control.

Example:

_control ctrlSetFontH2B "TahomaB"