Aspose::Cells::FontConfigs::SetFontSubstitutes method

FontConfigs::SetFontSubstitutes(const U16String&, const Vector <U16String>&) method

Font substitute names for given original font name.

static void Aspose::Cells::FontConfigs::SetFontSubstitutes(const U16String &originalFontName, const Vector<U16String> &substituteFontNames)
ParameterTypeDescription
originalFontNameconst U16String&Original font name.
substituteFontNamesconst Vector <U16String>&List of font substitute names to be used if original font is not presented.

See Also

FontConfigs::SetFontSubstitutes(const char16_t*, const Vector <U16String>&) method

Font substitute names for given original font name.

static void Aspose::Cells::FontConfigs::SetFontSubstitutes(const char16_t *originalFontName, const Vector<U16String> &substituteFontNames)
ParameterTypeDescription
originalFontNameconst char16_t*Original font name.
substituteFontNamesconst Vector <U16String>&List of font substitute names to be used if original font is not presented.

See Also