@brief Turn on italic for the format font.
@param format Pointer to a Format instance.
Set the italic property of the font:
@code format = workbook_add_format(workbook); format_set_italic(format);
worksheet_write_string(worksheet, 0, 0, "Italic Text", format); @endcode
@image html format_font_italic.png
See Implementation
@brief Turn on italic for the format font.
@param format Pointer to a Format instance.
Set the italic property of the font:
@code format = workbook_add_format(workbook); format_set_italic(format);
worksheet_write_string(worksheet, 0, 0, "Italic Text", format); @endcode
@image html format_font_italic.png