Skip to content

Commit 1f3dc11

Browse files
authored
Merge pull request #133 from FoamyGuy/new_font
New font
2 parents e97e698 + 867272b commit 1f3dc11

File tree

3 files changed

+16824
-3
lines changed

3 files changed

+16824
-3
lines changed

examples/display_text_label_align_baseline_comparison.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# Font definition. You can choose any two fonts available in your system
1717
MEDIUM_FONT = bitmap_font.load_font("LeagueSpartan-Bold-16.bdf")
18-
BIG_FONT = bitmap_font.load_font("IBMPlexMono-Medium-24_jep.bdf")
18+
BIG_FONT = bitmap_font.load_font("LibreBodoniv2002-Bold-27.bdf")
1919

2020
TEXT_RIGHT = "MG"
2121
TEXT_LEFT = "32.47"
@@ -40,7 +40,7 @@
4040
text=TEXT_RIGHT,
4141
color=0x000000,
4242
background_color=0x999999,
43-
x=80,
43+
x=90,
4444
y=50,
4545
base_alignment=False,
4646
)
@@ -63,7 +63,7 @@
6363
text=TEXT_RIGHT,
6464
color=0x000000,
6565
background_color=0x999999,
66-
x=80,
66+
x=90,
6767
y=100,
6868
base_alignment=True,
6969
)

0 commit comments

Comments
 (0)