FontsManagerGetFonts Method |
Returns the fonts used in the presentation
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IFontData[] GetFonts()
Public Function GetFonts As IFontData()
public:
virtual array<IFontData^>^ GetFonts() sealed
abstract GetFonts : unit -> IFontData[]
override GetFonts : unit -> IFontData[]
Return Value
Type:
IFontDataAn array of fonts
Implements
IFontsManagerGetFonts
See Also