Aspose::Cells::FontConfigs::IsFontAvailable method
FontConfigs::IsFontAvailable(const U16String&) method
Indicate whether the font is available.
static bool Aspose::Cells::FontConfigs::IsFontAvailable(const U16String &fontName)
Parameter | Type | Description |
---|---|---|
fontName | const U16String& | font name |
ReturnValue
true if font is available, otherwise false.
See Also
- Class Vector
- Class U16String
- Class FontConfigs
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
FontConfigs::IsFontAvailable(const char16_t*) method
Indicate whether the font is available.
static bool Aspose::Cells::FontConfigs::IsFontAvailable(const char16_t *fontName)
Parameter | Type | Description |
---|---|---|
fontName | const char16_t* | font name |
ReturnValue
true if font is available, otherwise false.
See Also
- Class Vector
- Class FontConfigs
- Namespace Aspose::Cells
- Library Aspose.Cells for C++