Gets or setsthe font used for Latin text (characters with character codes from 0 through 127).

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 FontNameAscii { get; set; }
Public Property FontNameAscii As String
	Get
	Set
public:
property String^ FontNameAscii {
	String^ get ();
	void set (String^ value);
}
member FontNameAscii : string with get, set

Property Value

String

See Also