mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Only use bold font on kneeboard
Should fix an issue where letters seem transparent in VR
This commit is contained in:
parent
55f1f5c548
commit
711d102425
@ -79,10 +79,10 @@ class KneeboardPageWriter:
|
|||||||
"courbd.ttf", 24, layout_engine=ImageFont.LAYOUT_BASIC
|
"courbd.ttf", 24, layout_engine=ImageFont.LAYOUT_BASIC
|
||||||
)
|
)
|
||||||
self.content_font = ImageFont.truetype(
|
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(
|
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.draw = ImageDraw.Draw(self.image)
|
||||||
self.page_margin = page_margin
|
self.page_margin = page_margin
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user