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