format_set_font_size

@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.

extern (C)
void
format_set_font_size
(,
uint16_t size
)

Meta