SoFontIsJapaneseSFEnabled Method |
Gets flag that indicates whether strings should be interpreted using the MCS Japanese MBCS encoding.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static bool IsJapaneseSFEnabled()
Public Shared Function IsJapaneseSFEnabled As Boolean
public:
static bool IsJapaneseSFEnabled()
static member IsJapaneseSFEnabled : unit -> bool
Return Value
Type:
BooleanRemarks This encoding is only used when a stroke font is specified.
See Also