Only use bold font on kneeboard

Should fix an issue where letters seem transparent in VR
This commit is contained in:
Raffson 2023-05-14 16:31:02 +02:00
parent 55f1f5c548
commit 711d102425
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -79,10 +79,10 @@ class KneeboardPageWriter:
"courbd.ttf", 24, layout_engine=ImageFont.LAYOUT_BASIC
)
self.content_font = ImageFont.truetype(
"cour.ttf", 16, layout_engine=ImageFont.LAYOUT_BASIC
"courbd.ttf", 16, layout_engine=ImageFont.LAYOUT_BASIC
)
self.table_font = ImageFont.truetype(
"cour.ttf", 20, layout_engine=ImageFont.LAYOUT_BASIC
"courbd.ttf", 20, layout_engine=ImageFont.LAYOUT_BASIC
)
self.draw = ImageDraw.Draw(self.image)
self.page_margin = page_margin