Aspose::Cells::FontConfigs::GetFontFileDataInfo method

FontConfigs::GetFontFileDataInfo(const U16String&, bool, bool, bool) method

Get data infomation of font file data.

static FontFileDataInfo Aspose::Cells::FontConfigs::GetFontFileDataInfo(const U16String &fontName, bool isBold, bool isItalic, bool isExactStyle)
ParameterTypeDescription
fontNameconst U16String&font name
isBoldboolthe font style is bold or not
isItalicboolthe font style is italic or not
isExactStyleboolwhether to match the given bold/italic style exactly

ReturnValue

Data infomation of font file data.

See Also

FontConfigs::GetFontFileDataInfo(const char16_t*, bool, bool, bool) method

Get data infomation of font file data.

static FontFileDataInfo Aspose::Cells::FontConfigs::GetFontFileDataInfo(const char16_t *fontName, bool isBold, bool isItalic, bool isExactStyle)
ParameterTypeDescription
fontNameconst char16_t*font name
isBoldboolthe font style is bold or not
isItalicboolthe font style is italic or not
isExactStyleboolwhether to match the given bold/italic style exactly

ReturnValue

Data infomation of font file data.

See Also