From 0ec1a5e4da8815f6d7c31cf7941b76f3d9fd5e28 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 22 Nov 2015 18:42:11 +1000 Subject: Add the mcufont encoder to the tools (including a win32 build) with binaries --- tools/mcufontencoder/src/freetype_import.hh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tools/mcufontencoder/src/freetype_import.hh (limited to 'tools/mcufontencoder/src/freetype_import.hh') diff --git a/tools/mcufontencoder/src/freetype_import.hh b/tools/mcufontencoder/src/freetype_import.hh new file mode 100644 index 00000000..eacb8b91 --- /dev/null +++ b/tools/mcufontencoder/src/freetype_import.hh @@ -0,0 +1,10 @@ +// Function for importing any font supported by libfreetype. + +#pragma once +#include "datafile.hh" + +namespace mcufont { + +std::unique_ptr LoadFreetype(std::istream &file, int size, bool bw); + +} -- cgit v1.2.3