font_creator project for font loading;

init font_main + "stbtt_InitFont";
Lexend-Regular.ttf as normal font;


git-svn-id: svn://ammerhai.com/home/mike/pokemon_repo@17 24008968-59e6-ed4c-a10b-0b2c954b24ab
This commit is contained in:
mikeb
2021-07-03 17:31:05 +00:00
parent ce923a77fb
commit 1f91eb9cf1
16 changed files with 5457 additions and 6 deletions
+7 -2
View File
@@ -74,8 +74,8 @@
<IntDir>$(SolutionDir)vs_trash\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>$(SolutionDir)bin</OutDir>
<IntDir>$(SolutionDir)vs_trash</IntDir>
<OutDir>$(SolutionDir)bin\</OutDir>
<IntDir>$(SolutionDir)vs_trash\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
@@ -112,6 +112,11 @@
<LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\create_window.cpp" />
<ClCompile Include="src\load_entire_file.cpp" />