Skip to content

Commit

Permalink
new parameters in creditcard
Browse files Browse the repository at this point in the history
  • Loading branch information
strawberryfield committed Feb 26, 2022
1 parent c681c10 commit 9369c31
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/CreditCard.1
Expand Up @@ -40,6 +40,16 @@ front text color (default #000000)
.PP
front text border color (default #000000)
.PP
\f[B]\[en]fronttextbackground=V\f[R] :
.PD 0
.P
.PD
ALUE
.PD 0
.P
.PD
front text background color (default #00000000)
.PP
\f[B]\[en]fontbold\f[R] :
.PD 0
.P
Expand Down Expand Up @@ -224,6 +234,10 @@ using the following template:
.PD 0
.P
.PD
\[rq]FrontTextBackground\[lq]:\[rq]#00000000\[lq],
.PD 0
.P
.PD
\[rq]fontBold\[lq]: false,
.PD 0
.P
Expand Down
2 changes: 2 additions & 0 deletions docs/help_creditcard.txt
Expand Up @@ -9,6 +9,8 @@ Options:
--fronttextcolor=VALUE front text color (default #000000)
--fronttextborder=VALUE
front text border color (default #000000)
--fronttextbackground=VALUE
front text background color (default #00000000)
--fontbold use bold font weight
--fontitalic use italic font style
--mbcolor=VALUE magnetic band color (default #8B4513)
Expand Down
1 change: 1 addition & 0 deletions docs/helpjson_CreditCard.txt
Expand Up @@ -8,6 +8,7 @@ Json parameters template for: CreditCard
"FrontTextFont": "Arial",
"FrontTextColor": "#FFFFFF",
"FrontTextBorder": "#000000",
"FrontTextBackground": "#00000000",
"fontBold": false,
"fontItalic": false,
"MagneticBandColor": "#000000FF",
Expand Down
6 changes: 6 additions & 0 deletions docs/man_CreditCard.md
Expand Up @@ -30,6 +30,11 @@ front text color \(default \#000000\)
front text border color \(default \#000000\)


**--fronttextbackground=V** :
ALUE
front text background color \(default \#00000000\)


**--fontbold** :
use bold font weight

Expand Down Expand Up @@ -123,6 +128,7 @@ using the following template:
"FrontTextFont": "Arial",
"FrontTextColor": "\#FFFFFF",
"FrontTextBorder": "\#000000",
"FrontTextBackground": "\#00000000",
"fontBold": false,
"fontItalic": false,
"MagneticBandColor": "\#000000FF",
Expand Down

0 comments on commit 9369c31

Please sign in to comment.