Format the string text as a card:
***************************************************
*
* Title
*
* xxxxxxxxxx xxxxxxxxxx xxxxxxxxxx xxxxxxxxxx
* xxxxxxxxxx xxxxxxxxxx xxxxxxxxxx xxxxxxxxxx
* xxxxxxxxxx xxxxxxxxxx xxxxxxxxxx xxxxxxxxxx
* xxxxxxxxxx xxxxxxxxxx xxxxxxxxxx xxxxxxxxxx
*
***************************************************
- centered
- center the text in the card
- width
- width of the card
- rule_char
- character used to draw the rule
- newline
- insert a new line before the card
- border
- draw a left vertical rule
- bottom_rule
- draw a bottom horizontal rule
Print the string text formated by format_card(). The remaining keyword arguments kwargs are passed to format_card().