Lines 1-5
Link Here
|
1 |
--- OpenTypeUtilities.cpp.orig 2009-04-30 09:18:46.000000000 +0000 |
1 |
--- OpenTypeUtilities.cpp.orig 2017-02-10 20:28:02.186321000 -0800 |
2 |
+++ OpenTypeUtilities.cpp |
2 |
+++ OpenTypeUtilities.cpp 2017-02-10 20:34:22.986633000 -0800 |
3 |
@@ -27,6 +27,7 @@ |
3 |
@@ -27,6 +27,7 @@ |
4 |
|
4 |
|
5 |
#include <string.h> |
5 |
#include <string.h> |
Lines 8-10
Link Here
|
8 |
|
8 |
|
9 |
#ifndef _MSC_VER |
9 |
#ifndef _MSC_VER |
10 |
# include <stdint.h> |
10 |
# include <stdint.h> |
|
|
11 |
@@ -178,7 +179,7 @@ |
12 |
dst[i] = 0; |
13 |
} |
14 |
|
15 |
-bool getEOTHeader(unsigned char* fontData, size_t fontSize, vector<uint8_t>& eotHeader, size_t& overlayDst, size_t& overlaySrc, size_t& overlayLength) |
16 |
+bool getEOTHeader(unsigned char* fontData, size_t fontSize, vector<uint8_t>&eotHeader, size_t&overlayDst, size_t&overlaySrc, size_t&overlayLength) |
17 |
{ |
18 |
overlayDst = 0; |
19 |
overlaySrc = 0; |