@param format Pointer to a Format instance.
@param size The cell font size.
Set the font size of the cell format:
@code
format_set_font_size(format, 30);
@endcode
@image html format_font_size.png
Excel adjusts the height of a row to accommodate the largest font
size in the row. You can also explicitly specify the height of a
row using the worksheet_set_row() function.
@brief Set the size of the font used in the cell.
@param format Pointer to a Format instance. @param size The cell font size.
Set the font size of the cell format:
@code format_set_font_size(format, 30); @endcode
@image html format_font_size.png
Excel adjusts the height of a row to accommodate the largest font size in the row. You can also explicitly specify the height of a row using the worksheet_set_row() function.