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.FONT_NODE 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 style property (as opposed to screen_style).

 

Here is a typical example when the FONT_NODE's style property is a truetype font

 

  truetype Arial weight 400 italic disable

 

Here is a typical example when the FONT_NODE's style property is a SilverScreen font

 

  font txt

 

 

See Also

FONT_NODE