add text out capabilities using FreeType and the Inconsolata font

This commit is contained in:
2019-12-07 23:30:05 -07:00
parent 2cfb92d97b
commit 30106490c0
8 changed files with 146 additions and 3 deletions

View File

@@ -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!!!')