@brief Turn on the text "shrink to fit" for a cell.
@param format Pointer to a Format instance.
This method can be used to shrink text so that it fits in a cell:
@code format = workbook_add_format(workbook); format_set_shrink(format);
worksheet_write_string(worksheet, 0, 0, "Honey, I shrunk the text!", format); @endcode
See Implementation
@brief Turn on the text "shrink to fit" for a cell.
@param format Pointer to a Format instance.
This method can be used to shrink text so that it fits in a cell:
@code format = workbook_add_format(workbook); format_set_shrink(format);
worksheet_write_string(worksheet, 0, 0, "Honey, I shrunk the text!", format); @endcode