SilverScreen Solid Modeler

ToString method

ToString method

Previous topic Next topic  

ToString method

Previous topic Next topic JavaScript is required for the print function  

SilverSharpAPI

 

string ToString ( )

 

 

 

 

 




Synopsis

using SilverSharp;

 

The ToString method formats the SilverSharp.FontStyle object as a system string that is suitable for use with ss_command.

 

 

Parameters

none

 

 

Return Value

ToString returns a System.String representation of the FontStyle object.

 

Here is a typical example when the FontStyle is a truetype font

 

  truetype Arial weight 400 italic disable

 

Here is a typical example when the FontStyle is a SilverScreen font

 

  font txt

 

 

See Also

FONT_NODE