Text rendering includes
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
#ifndef TextRenderer_h__
|
||||||
|
#define TextRenderer_h__
|
||||||
|
|
||||||
|
#include <ft2build.h>
|
||||||
|
#include FT_FREETYPE_H
|
||||||
|
|
||||||
|
class TextRenderer
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
|
||||||
|
private:
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
#endif
|
||||||
Reference in New Issue
Block a user