SoFontSizeElementSet Method (SoState, 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,
float size
)
Public Shared Sub Set (
state As SoState,
size As Single
)
public:
static void Set(
SoState^ state,
float size
)
static member Set :
state : SoState *
size : float32 -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- size
- Type: SystemSingle
Remarks See Also