summaryrefslogtreecommitdiff
path: root/freetype/src/sfnt/ttcmap.h
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2021-01-05 09:01:59 +0000
committerChris Liddell <chris.liddell@artifex.com>2021-01-05 09:09:33 +0000
commitcc2f67265d1508a6cf953470ef7b2a0d9a1a14e3 (patch)
tree608dea8bbda514d23762a5972ce574e629c9f443 /freetype/src/sfnt/ttcmap.h
parent6b4c229d4bf4bcccf8000611caaef59f859d04a6 (diff)
downloadghostpdl-cc2f67265d1508a6cf953470ef7b2a0d9a1a14e3.tar.gz
Update freetype to 2.10.4 (for real, this time!)
(with zlib "Diagnostic functions" hack/fix in freetype/src/zutil.h)
Diffstat (limited to 'freetype/src/sfnt/ttcmap.h')
-rw-r--r--freetype/src/sfnt/ttcmap.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/freetype/src/sfnt/ttcmap.h b/freetype/src/sfnt/ttcmap.h
index 36801c939..c7d7c21d2 100644
--- a/freetype/src/sfnt/ttcmap.h
+++ b/freetype/src/sfnt/ttcmap.h
@@ -4,7 +4,7 @@
*
* TrueType character mapping table (cmap) support (specification).
*
- * Copyright (C) 2002-2019 by
+ * Copyright (C) 2002-2020 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
@@ -20,10 +20,9 @@
#define TTCMAP_H_
-#include <ft2build.h>
-#include FT_INTERNAL_TRUETYPE_TYPES_H
-#include FT_INTERNAL_VALIDATE_H
-#include FT_SERVICE_TT_CMAP_H
+#include <freetype/internal/tttypes.h>
+#include <freetype/internal/ftvalid.h>
+#include <freetype/internal/services/svttcmap.h>
FT_BEGIN_HEADER
@@ -91,6 +90,11 @@ FT_BEGIN_HEADER
};
+#undef TTCMAPCITEM
+#define TTCMAPCITEM( a ) FT_CALLBACK_TABLE const TT_CMap_ClassRec a;
+#include "ttcmapc.h"
+
+
typedef struct TT_ValidatorRec_
{
FT_ValidatorRec validator;