libxlsxwriter/include/xlsxwriter/styles.h in fast_excel-0.2.3 vs libxlsxwriter/include/xlsxwriter/styles.h in fast_excel-0.2.5

- old
+ new

@@ -1,9 +1,9 @@ /* * libxlsxwriter * - * Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt. + * Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt. * * styles - A libxlsxwriter library for creating Excel XLSX styles files. * */ #ifndef __LXW_STYLES_H__ @@ -44,10 +44,10 @@ /* Declarations required for unit testing. */ #ifdef TESTING STATIC void _styles_xml_declaration(lxw_styles *self); STATIC void _write_style_sheet(lxw_styles *self); -STATIC void _write_font_size(lxw_styles *self, uint16_t font_size); +STATIC void _write_font_size(lxw_styles *self, double font_size); STATIC void _write_font_color_theme(lxw_styles *self, uint8_t theme); STATIC void _write_font_name(lxw_styles *self, const char *font_name); STATIC void _write_font_family(lxw_styles *self, uint8_t font_family); STATIC void _write_font_scheme(lxw_styles *self, const char *font_scheme); STATIC void _write_font(lxw_styles *self, lxw_format *format);