SoFontSizeElementSet Method (SoState, SoNode, Single) |
Sets the current font size.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Set(
SoState state,
SoNode name_12259,
float size
)
Public Shared Sub Set (
state As SoState,
name_12259 As SoNode,
size As Single
)
public:
static void Set(
SoState^ state,
SoNode^ name_12259,
float size
)
static member Set :
state : SoState *
name_12259 : SoNode *
size : float32 -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_12259
- Type: OIV.Inventor.NodesSoNode
- size
- Type: SystemSingle
Remarks See Also