aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mcufontencoder/src/export_rlefont.hh
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-11-22 18:42:11 +1000
committerinmarket <andrewh@inmarket.com.au>2015-11-22 18:42:11 +1000
commit0ec1a5e4da8815f6d7c31cf7941b76f3d9fd5e28 (patch)
tree9ccca9970133bf90d8f8979a7d250f6ce10c7e7d /tools/mcufontencoder/src/export_rlefont.hh
parent3ae120406e1244d728276b2bcc74d03d1ccb230d (diff)
downloaduGFX-0ec1a5e4da8815f6d7c31cf7941b76f3d9fd5e28.tar.gz
uGFX-0ec1a5e4da8815f6d7c31cf7941b76f3d9fd5e28.tar.bz2
uGFX-0ec1a5e4da8815f6d7c31cf7941b76f3d9fd5e28.zip
Add the mcufont encoder to the tools (including a win32 build) with binaries
Diffstat (limited to 'tools/mcufontencoder/src/export_rlefont.hh')
-rw-r--r--tools/mcufontencoder/src/export_rlefont.hh15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/mcufontencoder/src/export_rlefont.hh b/tools/mcufontencoder/src/export_rlefont.hh
new file mode 100644
index 00000000..c01c5644
--- /dev/null
+++ b/tools/mcufontencoder/src/export_rlefont.hh
@@ -0,0 +1,15 @@
+// Write out the encoded data in C source code files for the mf_rlefont format.
+
+#pragma once
+
+#include "datafile.hh"
+#include "encode_rlefont.hh"
+#include <iostream>
+
+namespace mcufont {
+namespace rlefont {
+
+void write_source(std::ostream &out, std::string name, const DataFile &datafile);
+
+} }
+