Adding web-font converting tools ttf2eot & ttf2woff.

This commit is contained in:
Micha Glave
2015-04-15 12:32:51 +02:00
parent 666ae4b154
commit 0cdeaf782f
5 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--- OpenTypeUtilities.cpp_orig 2009-04-30 12:18:46.000000000 +0300
+++ OpenTypeUtilities.cpp 2014-01-15 15:35:14.628573188 +0200
@@ -35,6 +35,7 @@
#endif
#include "OpenTypeUtilities.h"
+#include <stddef.h>
using std::vector;