FontsLoader Class

Class for loading custom fonts defined by user. Should be used before creating any presentation objects.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesFontsLoader

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public sealed class FontsLoader : IFontsLoader

The FontsLoader type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClearCache
Releases all custom fonts defined by user
Public methodEquals (Inherited from Object.)
Public methodStatic memberGetFontFolders
Gets font folders. Returns folders that have been added with LoadExternalFonts method as well as system font folders
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberLoadExternalFont
Adds font from the binary data
Public methodStatic memberLoadExternalFonts
Adds additional folders to seek fonts.
Public methodToString (Inherited from Object.)
See Also