Aspose::Cells::FontSourceBase class

FontSourceBase class

This is an abstract base class for the classes that allow the user to specify various font sources.

class FontSourceBase

Methods

MethodDescription
FontSourceBase(FontSourceBase_Impl* impl)Constructs from an implementation object.
FontSourceBase(const FontSourceBase& src)Copy constructor.
virtual GetType()Returns the type of the font source.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const FontSourceBase& src)operator=
~FontSourceBase()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also