testing bitmap font generation and draw using stb_truetype

This commit is contained in:
2017-02-02 21:54:48 +00:00
parent 06b19dc596
commit d2f59c3ea1
6 changed files with 97 additions and 16 deletions

View File

@@ -32,5 +32,8 @@
#include <glm/gtx/euler_angles.hpp>
#include <tinyxml2.h>
#include <yoga/Yoga.h>
#endif
#include <yoga/Yoga.h>
#include <stb/stb_truetype.h>
#include <stb/stb_image.h>