format_set_bold

@brief Turn on bold for the format font.

@param format Pointer to a Format instance.

Set the bold property of the font:

@code format = workbook_add_format(workbook); format_set_bold(format);

worksheet_write_string(worksheet, 0, 0, "Bold Text", format); @endcode

@image html format_font_bold.png

extern (C)
void
format_set_bold

Meta