This tool is most helpful in that it generates the project file (vcxproj), filter file (vcxproj.filters), solution file (sln), and three source files (YourProjectName.cpp, YourProjectNameWindows.h, YourProjectNameWindows.cpp) for Microsoft Visual Studio 2015 (v14), Microsoft Visual Studio 2017 (v15) and Microsoft Visual Studio 2019 (v16). |
GTEngine uses bitmapped fonts for text rendering overlaid on top of the graphics window; see classes Graphics/Effects/Font and Graphics/Effects/FontArialW400H18. The latter class has a CPP file that was generated by the BitmapFontCreator tool. You can create classes to wrap other fonts and add the files to GTEngine or to your own applications. Naturally, if you have licensed fonts, you should not convert them to bitmaps and ship them (which might violate the license agreement). |