Changed example logo.

This commit is contained in:
John McNamara 2016-01-05 00:38:05 +00:00
parent bf84e5606e
commit d9214eae5e
5 changed files with 2 additions and 4 deletions

View File

@ -45,9 +45,8 @@ int main() {
/* Set the bold property for the format */
format_set_bold(format);
/* Change the column widths for clarity. */
/* Change the column width for clarity. */
worksheet_set_column(worksheet, 0, 0, 20, NULL);
worksheet_set_column(worksheet, 1, 1, 2, NULL);
/* Write some simple text. */
worksheet_write_string(worksheet, 0, 0, "Hello", NULL);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 99 KiB

View File

@ -19,9 +19,8 @@ int main() {
/* Set the bold property for the format */
format_set_bold(format);
/* Change the column widths for clarity. */
/* Change the column width for clarity. */
worksheet_set_column(worksheet, 0, 0, 20, NULL);
worksheet_set_column(worksheet, 1, 1, 2, NULL);
/* Write some simple text. */
worksheet_write_string(worksheet, 0, 0, "Hello", NULL);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 13 KiB