File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -448,6 +448,7 @@ def show_business_card(
448
448
name_string = None ,
449
449
name_scale = 1 ,
450
450
name_font = terminalio .FONT ,
451
+ font_color = 0xFFFFFF ,
451
452
background_color = None ,
452
453
email_string_one = None ,
453
454
email_scale_one = 1 ,
@@ -491,6 +492,7 @@ def show_business_card(
491
492
name_group = self ._create_label_group (
492
493
text = name_string ,
493
494
font = name_font ,
495
+ color = font_color ,
494
496
scale = name_scale ,
495
497
height_adjustment = 0.73 ,
496
498
background_color = background_color ,
@@ -500,6 +502,7 @@ def show_business_card(
500
502
email_one_group = self ._create_label_group (
501
503
text = email_string_one ,
502
504
font = email_font_one ,
505
+ color = font_color ,
503
506
scale = email_scale_one ,
504
507
height_adjustment = 0.84 ,
505
508
background_color = background_color ,
@@ -509,6 +512,7 @@ def show_business_card(
509
512
email_two_group = self ._create_label_group (
510
513
text = email_string_two ,
511
514
font = email_font_two ,
515
+ color = font_color ,
512
516
scale = email_scale_two ,
513
517
height_adjustment = 0.91 ,
514
518
background_color = background_color ,
You can’t perform that action at this time.
0 commit comments