aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mcufontencoder/src/mcufont.sln
diff options
context:
space:
mode:
authordongie <timecop@gmail.com>2016-10-02 23:33:28 +0900
committerdongie <timecop@gmail.com>2016-10-02 23:33:28 +0900
commitc9b616014fee75c60824819f78eb8e7ff247439e (patch)
tree20f9b712d9724e92188942464a3efc7eecffb549 /tools/mcufontencoder/src/mcufont.sln
parentea0dd89cfcc752f38a315c6721fafdec80eb8280 (diff)
downloaduGFX-c9b616014fee75c60824819f78eb8e7ff247439e.tar.gz
uGFX-c9b616014fee75c60824819f78eb8e7ff247439e.tar.bz2
uGFX-c9b616014fee75c60824819f78eb8e7ff247439e.zip
Added build files for mcufont on Windows, using Visual Studio 2015.
Corrected opening .ttf/.bdf files in BINARY mode (which has an effect on Win32, no change on other platforms). Added progress report to import_ttf as with a large font file, it may take several minutes.
Diffstat (limited to 'tools/mcufontencoder/src/mcufont.sln')
-rw-r--r--tools/mcufontencoder/src/mcufont.sln22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/mcufontencoder/src/mcufont.sln b/tools/mcufontencoder/src/mcufont.sln
new file mode 100644
index 00000000..156c6b27
--- /dev/null
+++ b/tools/mcufontencoder/src/mcufont.sln
@@ -0,0 +1,22 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 14
+VisualStudioVersion = 14.0.25420.1
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mcufont", "mcufont.vcxproj", "{387183DE-A542-4506-8BB1-1A240036E4F4}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|x86 = Debug|x86
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {387183DE-A542-4506-8BB1-1A240036E4F4}.Debug|x86.ActiveCfg = Debug|Win32
+ {387183DE-A542-4506-8BB1-1A240036E4F4}.Debug|x86.Build.0 = Debug|Win32
+ {387183DE-A542-4506-8BB1-1A240036E4F4}.Release|x86.ActiveCfg = Release|Win32
+ {387183DE-A542-4506-8BB1-1A240036E4F4}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal