mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Reduce the size of kneeboard non-table text.
The bullseye and weather data were looking a bit more like headers than content.
This commit is contained in:
parent
73ba7933da
commit
3e08574fbe
@ -78,7 +78,7 @@ class KneeboardPageWriter:
|
|||||||
"arial.ttf", 24, layout_engine=ImageFont.LAYOUT_BASIC
|
"arial.ttf", 24, layout_engine=ImageFont.LAYOUT_BASIC
|
||||||
)
|
)
|
||||||
self.content_font = ImageFont.truetype(
|
self.content_font = ImageFont.truetype(
|
||||||
"arial.ttf", 20, layout_engine=ImageFont.LAYOUT_BASIC
|
"arial.ttf", 16, layout_engine=ImageFont.LAYOUT_BASIC
|
||||||
)
|
)
|
||||||
self.table_font = ImageFont.truetype(
|
self.table_font = ImageFont.truetype(
|
||||||
"resources/fonts/Inconsolata.otf", 20, layout_engine=ImageFont.LAYOUT_BASIC
|
"resources/fonts/Inconsolata.otf", 20, layout_engine=ImageFont.LAYOUT_BASIC
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user