Font Styles#
Blink #
Bases: Style
Converts string to Blink font
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be styled |
required |
kwargs |
Any
|
same as arguments in |
{}
|
Bold #
Bases: Style
Converts string to Bold font
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be styled |
required |
kwargs |
Any
|
same as arguments in |
{}
|
Default #
Bases: Style
Converts string to Default font
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be styled |
required |
kwargs |
Any
|
same as arguments in |
{}
|
Dim #
Bases: Style
Converts string to Dim font
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be styled |
required |
kwargs |
Any
|
same as arguments in |
{}
|
Encircled #
Bases: Style
Converts string to Encircled font
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be styled |
required |
kwargs |
Any
|
same as arguments in |
{}
|
Framed #
Bases: Style
Converts string to Framed font
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be styled |
required |
kwargs |
Any
|
same as arguments in |
{}
|
Hidden #
Bases: Style
Converts string to Hidden font, may not work in all terminals
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be styled |
required |
kwargs |
Any
|
same as arguments in |
{}
|
Inverse #
Bases: Style
Converts string to Inverse font
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be styled |
required |
kwargs |
Any
|
same as arguments in |
{}
|
Italic #
Bases: Style
Converts string to Italic font
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be styled |
required |
kwargs |
Any
|
same as arguments in |
{}
|
OverLined #
Bases: Style
Converts string to Over Lined font, may not work in all terminals
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be styled |
required |
kwargs |
Any
|
same as arguments in |
{}
|
RapidBlink #
Bases: Style
Converts string to Rapid Blink font
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be styled |
required |
kwargs |
Any
|
same as arguments in |
{}
|
StrikeThrough #
Bases: Style
Converts string to Strike Through font
Parameters:
Name | Type | Description | Default |
---|---|---|---|
content |
Any
|
string to be styled |
required |
kwargs |
Any
|
same as arguments in |
{}
|