TextCharacterProperties
LatinFont Property
|
Gets or sets the Latin 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 LatinFont { get; set; }
Public Property LatinFont As TextFont
Get
Set
public:
property TextFont^ LatinFont {
TextFont^ get ();
void set (TextFont^ value);
}
member LatinFont : TextFont with get, set
Property Value
Type:
TextFont
See Also