Aspose::Cells::FontFileDataInfo class
FontFileDataInfo class
Represents data infomation of font file data.
class FontFileDataInfo
Methods
| Method | Description |
|---|---|
| FontFileDataInfo(FontFileDataInfo_Impl* impl) | Constructs from an implementation object. |
| FontFileDataInfo(const FontFileDataInfo& src) | Copy constructor. |
| GetData() | Gets binary data of font file. |
| GetFormatType() | Gets font format type of font file. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const FontFileDataInfo& src) | operator= |
| ~FontFileDataInfo() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++