Gets or sets font used for characters with character codes from 128 through 255.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public string FontNameNonFarEast { get; set; }
Public Property FontNameNonFarEast As String
	Get
	Set
public:
property String^ FontNameNonFarEast {
	String^ get ();
	void set (String^ value);
}
member FontNameNonFarEast : string with get, set

Property Value

String

See Also