Aspose::Cells::IndividualFontConfigs class

IndividualFontConfigs class

Font configs for each Workbook object.

class IndividualFontConfigs

Methods

MethodDescription
GetFontSources()Gets a copy of the array that contains the list of sources.
GetFontSubstitutes(const U16String& originalFontName)Returns array containing font substitute names to be used if original font is not presented.
GetFontSubstitutes(const char16_t* originalFontName)Returns array containing font substitute names to be used if original font is not presented.
IndividualFontConfigs()Ctor.
IndividualFontConfigs(IndividualFontConfigs_Impl* impl)Constructs from an implementation object.
IndividualFontConfigs(const IndividualFontConfigs& src)Copy constructor.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const IndividualFontConfigs& src)operator=
SetFontFolder(const U16String& fontFolder, bool recursive)Sets the fonts folder.
SetFontFolder(const char16_t* fontFolder, bool recursive)Sets the fonts folder.
SetFontFolders(const Vector <U16String>& fontFolders, bool recursive)Sets the fonts folders.
SetFontSources(const Vector <FontSourceBase>& sources)Sets the fonts sources.
SetFontSubstitutes(const U16String& originalFontName, const Vector <U16String>& substituteFontNames)Font substitute names for given original font name.
SetFontSubstitutes(const char16_t* originalFontName, const Vector <U16String>& substituteFontNames)Font substitute names for given original font name.
~IndividualFontConfigs()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also