ObjectSetFontName

 

Change the font name of the object.

 

void @ObjectSetFontName(string classname, string name);

 

Parameters

string classname : Class name of object

string name : Font name

 

Return Value

None

 

Example

@ObjectSetFontName("Text1", "Arial");

 

Description : Set font of "Text1" object to Arial.

 

Version Information

Supported Version: 10.2.9

 

Related Helps

@ObjectGetClassName()

@ObjectSetBackColor()

@ObjectSetFillColor()

@ObjectSetFillOption()

@ObjectSetFont()

@ObjectSetFontName()

@ObjectSetFontSize()

@ObjectSetFontStyle()

@ObjectSetLineColor()

@ObjectSetLineOption()

@ObjectSetLineThick()

@ObjectSetRect()

@ObjectSetRotationAxis()

@ObjectSetTag()

@ObjectSetText()

@ObjectSetTextColor()

@ObjectSetToolTipText()

@ObjectSetVisible()