text-item: Use struct font_style instead of individual fields.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 29 Dec 2020 17:54:50 +0000 (09:54 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 2 Jan 2021 03:23:40 +0000 (19:23 -0800)
commit0394b56ed72885ec7a9dec776c1c676768e7c01a
tree870f619c5120ae0c5d22b8a08b7d9e005f8c761f
parentc243b3761224d8f0ca299caa317a735c72f4843d
text-item: Use struct font_style instead of individual fields.

The foreground and background colors can't be represented in SPV files,
but it seems like an improvement nonetheless.

This also eliminates the last use of TAB_FIX in the tree.  An upcoming
commit will remove TAB_FIX entirely.
src/output/csv.c
src/output/spv/spv-output.c
src/output/table.c
src/output/table.h
src/output/text-item.c
src/output/text-item.h