Glyph output -> single Glyphs;

read bmp file (via stb, m_header is coming later)
 -> stb_image.h;
added monochrom imagetype (load_tga_file); 

git-svn-id: svn://ammerhai.com/home/mike/pokemon_repo@19 24008968-59e6-ed4c-a10b-0b2c954b24ab
This commit is contained in:
mikeb
2021-07-18 13:09:44 +00:00
parent 70a9074415
commit b603d997cf
17 changed files with 8168 additions and 30 deletions
+2
View File
@@ -150,6 +150,8 @@
<ClCompile Include="src\log.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\glyphs.h" />
<ClInclude Include="src\stb_image.h" />
<ClInclude Include="src\stb_image_write.h" />
<ClInclude Include="src\stb_rect_pack.h" />
<ClInclude Include="src\stb_truetype.h" />