From 6bc81dd151c94ad72a9560761a9964e066cc53e6 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 13 Sep 2015 14:02:55 -0400 Subject: added text using freetype2 --- include/UIClass.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/UIClass.h b/include/UIClass.h index f12cc1e..e61bf14 100644 --- a/include/UIClass.h +++ b/include/UIClass.h @@ -5,6 +5,9 @@ class UIClass { public: + void init(const char *ttf); + void setFontSize(unsigned int fs); + void putText(float x,float y,const char *s); void handleEvents(); }; -- cgit v1.2.3