Aspose::Cells::FontConfigs::GetFontSubstitutes method

FontConfigs::GetFontSubstitutes(const U16String&) method

Returns array containing font substitute names to be used if original font is not presented.

static Vector<U16String> Aspose::Cells::FontConfigs::GetFontSubstitutes(const U16String &originalFontName)
ParameterTypeDescription
originalFontNameconst U16String&originalFontName

ReturnValue

An array containing font substitute names to be used if original font is not presented.

See Also

FontConfigs::GetFontSubstitutes(const char16_t*) method

Returns array containing font substitute names to be used if original font is not presented.

static Vector<U16String> Aspose::Cells::FontConfigs::GetFontSubstitutes(const char16_t *originalFontName)
ParameterTypeDescription
originalFontNameconst char16_t*originalFontName

ReturnValue

An array containing font substitute names to be used if original font is not presented.

See Also