tabulate
tabulate copied to clipboard
How to apply font style to borders and corners ?
Looks like setting .font_style({tabulate::FontStyle::bold})
don't affect border nor corner.
Is it intended?
Currently you can't set the style for border and corners - only because I didn't need it at the time of implementation.
There's no reason not to support this though. I can add to the current API, e.g., .border_style({...})
with support for explicit styling like border_bottom_style({...})
or corner_top_right_style({...})
.
Sounds perfect.