add bin2cpp.lua to convert ttf to cpp

This commit is contained in:
erwin coumans
2013-03-13 00:00:26 -07:00
parent e4a7b6f487
commit 963142fe84
2 changed files with 55 additions and 0 deletions

7
build/bin2cpp.bat Normal file
View File

@@ -0,0 +1,7 @@
rem @echo off
premake4 --file=bin2cpp.lua --binfile="../btgui/FontFiles/OpenSans.ttf" --cppfile="../btgui/FontFiles/OpenSans.cpp" --stringname="OpenSansData" bin2cpp
pause