add text out capabilities using FreeType and the Inconsolata font
This commit is contained in:
@@ -19,3 +19,4 @@ upiwin_tmp.filled_rectangle(110, 60, 150, 100, FBPRIMCLR_YELLOW, False)
|
||||
upiwin_tmp.rectangle(10, 110, 150, 150, FBPRIMCLR_WHITE, False)
|
||||
upiwin_tmp.line(10, 110, 150, 150, FBPRIMCLR_WHITE, False)
|
||||
upiwin_tmp.line(10, 150, 150, 110, FBPRIMCLR_WHITE, False)
|
||||
upiwin_tmp.textout(10, 180, 'Amy was here!!!')
|
||||
|
||||
Reference in New Issue
Block a user