Aspose::Cells::IndividualFontConfigs::SetFontSubstitutes method
Contents
[
Hide
]IndividualFontConfigs::SetFontSubstitutes(const U16String&, const Vector <U16String>&) method
Font substitute names for given original font name.
void Aspose::Cells::IndividualFontConfigs::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 IndividualFontConfigs
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
IndividualFontConfigs::SetFontSubstitutes(const char16_t*, const Vector <U16String>&) method
Font substitute names for given original font name.
void Aspose::Cells::IndividualFontConfigs::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 IndividualFontConfigs
- Namespace Aspose::Cells
- Library Aspose.Cells for C++