ctrlSetFontP name: Difference between revisions

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


Sets P font of given HTML control.   
Sets P font of given HTML control.   


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


_control '''ctrlSetFontP''' "TahomaB"
_control '''ctrlSetFontP''' "TahomaB"

Revision as of 13:50, 6 July 2006


control ctrlSetFontP name


Operand types:

control': Control

name: String

Type of returned value:

Nothing

Compatibility:

Version 2.50 required.

Description:

Sets P font of given HTML control.


Example:

_control ctrlSetFontP "TahomaB"