Click or drag to resize
SoFontEnableJapaneseSF Method (Boolean)

Sets flag to enable strings to be interpreted using the Japanese MBCS encoding.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void EnableJapaneseSF(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

This encoding is only used when a stroke font is specified. Default is true.

Set this flag to false if you want to use characters in the range 128-255 (ISO Latin-1) with stroke fonts. NOTE: In this case the TGS Roman Simplex font will be used regardless of the stroke font specified (limitation).

[Win32] If the current code page is Japanese, the standard Microsoft MBCS encoding is used independent of this flag.

See Also