Erstveröffentlichung Weihnachten 2024
This commit is contained in:
13
pages/rollpitch.py
Normal file
13
pages/rollpitch.py
Normal file
@@ -0,0 +1,13 @@
|
||||
import cairo
|
||||
from .page import Page
|
||||
|
||||
class RollPitch(Page):
|
||||
|
||||
def draw(self, ctx):
|
||||
# Name
|
||||
ctx.select_font_face("Ubuntu", cairo.FontSlant.NORMAL, cairo.FontWeight.BOLD)
|
||||
ctx.set_font_size(60)
|
||||
ctx.move_to(20, 100)
|
||||
ctx.show_text("RollPitch")
|
||||
|
||||
# Graph anzeigen X/Y
|
||||
Reference in New Issue
Block a user