Move FreeType handling into the Platform dll.

This commit is contained in:
Paul Chote
2019-03-06 20:16:58 +00:00
committed by reaperrr
parent e2a51676f7
commit 1d4576229a
8 changed files with 139 additions and 49 deletions

View File

@@ -33,6 +33,11 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="SharpFont">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\thirdparty\download\SharpFont.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Eluant">
<HintPath>..\thirdparty\download\Eluant.dll</HintPath>
</Reference>
@@ -45,6 +50,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="DefaultPlatform.cs" />
<Compile Include="FreeTypeFont.cs" />
<Compile Include="Sdl2PlatformWindow.cs" />
<Compile Include="ITextureInternal.cs" />
<Compile Include="Sdl2Input.cs" />