More refactor and fixes.

--HG--
branch : dev-font
This commit is contained in:
Martí­n Lucas Golini
2017-03-15 01:57:35 -03:00
parent b21163ecf5
commit 775eb656ca
78 changed files with 962 additions and 472 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.2.0, 2017-03-07T21:37:36. -->
<!-- Written by QtCreator 4.2.0, 2017-03-14T12:05:07. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
@@ -161,7 +161,7 @@
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
<value type="QString" key="ProjectExplorer.ProcessStep.Arguments">--with-static-backend --with-ssl --with-backend=SDL2,SFML gmake</value>
<value type="QString" key="ProjectExplorer.ProcessStep.Arguments">--with-static-backend --with-static-freetype --with-ssl --with-backend=SDL2,SFML gmake</value>
<value type="QString" key="ProjectExplorer.ProcessStep.Command">premake4</value>
<value type="QString" key="ProjectExplorer.ProcessStep.WorkingDirectory">%{buildDir}../../../</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Custom Process Step</value>

View File

@@ -1,4 +1,5 @@
../../include/eepp/graphics/font.hpp
../../include/eepp/graphics/fontstyleconfig.hpp
../../include/eepp/graphics/fonttruetype.hpp
../../include/eepp/graphics/fonttruetypeloader.hpp
../../include/eepp/graphics/text.hpp