get_font_file_data_info method
get_font_file_data_info(, font_name, is_bold, is_italic, is_exact_style)
Get data infomation of font file data.
Returns
Data infomation of font file data.
@staticmethod
def get_font_file_data_info(font_name, is_bold, is_italic, is_exact_style):
...
| Parameter | Type | Description |
|---|---|---|
| font_name | System.String | font name |
| is_bold | bool | the font style is bold or not |
| is_italic | bool | the font style is italic or not |
| is_exact_style | bool | whether to match the given bold/italic style exactly |
See Also
- module
aspose.cells - class
FontConfigs - class
FontFileDataInfo