Returns or sets the Latin font.
Read/write
IFontData.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IFontData LatinFont { get; set; }
Public Property LatinFont As IFontData
Get
Set
public:
virtual property IFontData^ LatinFont {
IFontData^ get () sealed;
void set (IFontData^ value) sealed;
}
abstract LatinFont : IFontData with get, set
override LatinFont : IFontData with get, set
Property Value
Type:
IFontDataImplements
IFontsLatinFont
See Also