PutFont()
Put a font parameter in the data base.
Usage
PutFont( path, par,
value, clobber=True )
Parameters
- path (string)
- Data base path of the node containing the parameter.
- par (string)
- Parameter name.
- value (string (font name and size)
- The parameter value.
- clobber (boolean)
- The parameter value will be overwritten if clobber is true.
Return Value
None
Error
The parameter must be a string.
Description
nodeFont = Root + RS + 'font'
PutFont( nodeFont, 'fontvalue', 'Times New Roman-12', False )