Aspose::Cells::FolderFontSource class

FolderFontSource class

Represents the folder that contains TrueType font files.

class FolderFontSource : public Aspose::Cells::FontSourceBase

Methods

MethodDescription
FolderFontSource(const U16String& folderPath, bool scanSubfolders)Ctor.
FolderFontSource(const char16_t* folderPath, bool scanSubfolders)Ctor.
FolderFontSource(FolderFontSource_Impl* impl)Constructs from an implementation object.
FolderFontSource(const FolderFontSource& src)Copy constructor.
FolderFontSource(const FontSourceBase& src)Constructs from a parent object.
FontSourceBase(FontSourceBase_Impl* impl)Constructs from an implementation object.
FontSourceBase(const FontSourceBase& src)Copy constructor.
GetFolderPath()Path to fonts folder.
GetScanSubFolders()Determines whether or not to scan the subfolders.
virtual GetType()Returns the type of the font source.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const FolderFontSource& src)operator=
operator=(const FontSourceBase& src)operator=
~FolderFontSource()Destructor.
~FontSourceBase()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also