TextCharacterProperties
EastAsianFont Property
|
Gets or sets the East Asian font info.
Read/write
TextFont
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TextFont EastAsianFont { get; set; }
Public Property EastAsianFont As TextFont
Get
Set
public:
property TextFont^ EastAsianFont {
TextFont^ get ();
void set (TextFont^ value);
}
member EastAsianFont : TextFont with get, set
Property Value
Type:
TextFont
See Also