Bugfixing und einige Platzhalterseiten mit Daten gefüllt

This commit is contained in:
2025-10-07 11:19:08 +02:00
parent e7a2f4bb54
commit f969df8cb8
11 changed files with 146 additions and 84 deletions

View File

@@ -56,7 +56,7 @@ class TwoValues(Page):
ctx.show_text(self.ref1.format())
if type(self.ref2) == nmea2000.boatdata.BoatValueGeo:
ctx.select_font_face("Ubuntu")
ctx.select_font_face("Ubuntu", cairo.FontSlant.NORMAL, cairo.FontWeight.BOLD)
ctx.set_font_size(40)
ctx.move_to(140, 210)
else: