glyphs_project for text rendering

-> render text image -> gylp_map
 -> stb_image_write.h und stb_rect_pack.h;

git-svn-id: svn://ammerhai.com/home/mike/pokemon_repo@18 24008968-59e6-ed4c-a10b-0b2c954b24ab
This commit is contained in:
mikeb
2021-07-17 11:16:57 +00:00
parent 1f91eb9cf1
commit 70a9074415
9 changed files with 2405 additions and 0 deletions
+2
View File
@@ -150,6 +150,8 @@
<ClCompile Include="src\log.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\stb_image_write.h" />
<ClInclude Include="src\stb_rect_pack.h" />
<ClInclude Include="src\stb_truetype.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />