Aspose::Cells::FolderFontSource class
Contents
[
Hide
]FolderFontSource class
Represents the folder that contains TrueType font files.
class FolderFontSource : public Aspose::Cells::FontSourceBase
Methods
| Method | Description |
|---|---|
| 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() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const FolderFontSource& src) | operator= |
| operator=(const FontSourceBase& src) | operator= |
| ~FolderFontSource() | Destructor. |
| ~FontSourceBase() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Class FontSourceBase
- Namespace Aspose::Cells
- Library Aspose.Cells for C++