Aspose::Cells::FontConfigs::SetFontSubstitutes method
Contents
[
Hide
]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)
| Parameter | Type | Description | 
|---|---|---|
| originalFontName | const U16String& | Original font name. | 
| substituteFontNames | const Vector <U16String>& | List of font substitute names to be used if original font is not presented. | 
See Also
- Class Vector
 - Class U16String
 - Class FontConfigs
 - Namespace Aspose::Cells
 - Library Aspose.Cells for C++
 
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)
| Parameter | Type | Description | 
|---|---|---|
| originalFontName | const char16_t* | Original font name. | 
| substituteFontNames | const Vector <U16String>& | List of font substitute names to be used if original font is not presented. | 
See Also
- Class Vector
 - Class U16String
 - Class FontConfigs
 - Namespace Aspose::Cells
 - Library Aspose.Cells for C++