Aspose::Cells::FontConfigs::GetFontFileDataInfo method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
fontName | const U16String& | font name |
isBold | bool | the font style is bold or not |
isItalic | bool | the font style is italic or not |
isExactStyle | bool | whether to match the given bold/italic style exactly |
ReturnValue
Data infomation of font file data.
See Also
- Class FontFileDataInfo
- Class Vector
- Class U16String
- Class FontConfigs
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
fontName | const char16_t* | font name |
isBold | bool | the font style is bold or not |
isItalic | bool | the font style is italic or not |
isExactStyle | bool | whether to match the given bold/italic style exactly |
ReturnValue
Data infomation of font file data.
See Also
- Class FontFileDataInfo
- Class Vector
- Class FontConfigs
- Namespace Aspose::Cells
- Library Aspose.Cells for C++