SoFontEnableTGSJapaneseSF Method (Boolean) |
Note: This API is now obsolete.
Obsoletesince Open Inventor 6000
Use enableJapaneseSF instead.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public static void EnableTGSJapaneseSF(
bool flag
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Shared Sub EnableTGSJapaneseSF (
flag As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
static void EnableTGSJapaneseSF(
bool flag
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
static member EnableTGSJapaneseSF :
flag : bool -> unit
Parameters
- flag
- Type: SystemBoolean
Remarks
See Also