table: Get rid of TAB_* for horizontal and vertical alignment.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 26 Dec 2019 00:52:33 +0000 (00:52 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 29 Dec 2019 05:28:10 +0000 (05:28 +0000)
commitf919c4f6194066290f88e4852016428832d01aa1
tree8d6b9ed94fce2b208c1df74013ac4c3296275193
parentb1fc57ddc57637e5c8bb87b478cbe585b6b4cf84
table: Get rid of TAB_* for horizontal and vertical alignment.

Until now, either TAB_LEFT, TAB_RIGHT, etc. could be used or the
area_style mechanism could be used.  The latter has a superset of the
former's features, so this commit eliminates the former.
src/output/page-setup-item.h
src/output/render.c
src/output/table.c
src/output/table.h
tests/output/render-test.c