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.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void EnableTGSJapaneseSF(
bool flag
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Sub EnableTGSJapaneseSF (
flag As Boolean
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static void EnableTGSJapaneseSF(
bool flag
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member EnableTGSJapaneseSF :
flag : bool -> unit
Parameters
- flag
- Type: SystemBoolean
Remarks
See Also