From 1002b8640b80c0ec4ba5c242ca2873ee1fc591d5 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Fri, 30 Dec 2016 22:53:42 +0100 Subject: Drawing text (also added Liberation font with license) --- font.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 font.h (limited to 'font.h') diff --git a/font.h b/font.h new file mode 100644 index 0000000..059beb5 --- /dev/null +++ b/font.h @@ -0,0 +1,13 @@ +#pragma once + +#include + + +class Font{ +public: + const unsigned char *filedata; + unsigned int file_len; + sf::Font sf_font; + + Font(const unsigned char *filedata,unsigned int file_len); +}; -- cgit v1.2.3-70-g09d2