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)
ParameterTypeDescription
fontNameconst U16String&font name

ReturnValue

true if font is available, otherwise false.

See Also

FontConfigs::IsFontAvailable(const char16_t*) method

Indicate whether the font is available.

static bool Aspose::Cells::FontConfigs::IsFontAvailable(const char16_t *fontName)
ParameterTypeDescription
fontNameconst char16_t*font name

ReturnValue

true if font is available, otherwise false.

See Also