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