CharacterFormat
FontNameAscii Property
|
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: 13.2.3.0 (13.2.3.3046)
Syntax
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
Type:
String
See Also